mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 08:41:39 +01:00
12 lines
198 B
YAML
12 lines
198 B
YAML
services:
|
|
pocketbase:
|
|
container_name: pocketbase
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.pb
|
|
ports:
|
|
- 8090:8090
|
|
volumes:
|
|
- ./pb:/pb/pb_data
|
|
restart: no
|