mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 09:01:38 +01:00
22 lines
376 B
YAML
22 lines
376 B
YAML
services:
|
|
pocketbase:
|
|
container_name: pocketbase
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.pb
|
|
ports:
|
|
- 8090:8090
|
|
volumes:
|
|
- ./pb:/pb/pb_data
|
|
restart: no
|
|
bot:
|
|
container_name: bot
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: no
|
|
develop:
|
|
watch:
|
|
- action: rebuild
|
|
path: ./src
|