mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:56:57 +01:00
22 lines
394 B
YAML
22 lines
394 B
YAML
services:
|
|
pocketbase:
|
|
container_name: pocketbase
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.pocketbase
|
|
ports:
|
|
- 8090:8090
|
|
volumes:
|
|
- ./pb:/pb/pb_data
|
|
restart: no
|
|
bot:
|
|
container_name: dogbot
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.dogbot
|
|
restart: no
|
|
develop:
|
|
watch:
|
|
- action: rebuild
|
|
path: ./src
|