starbot/docker-compose.yml
2023-08-24 19:22:12 +00:00

27 lines
510 B
YAML

volumes:
stardata:
external: false
services:
starbot:
build: starbot
volumes:
- "./starbot/starbot:/app/starbot:ro"
- "stardata:/app/data/:rw"
env_file:
- .secrets/starbot.env
environment:
- DBF_MODULE=starbot.db_ptvp35
deploy:
resources:
limits:
cpus: '2'
memory: 200M
restart_policy:
condition: on-failure
delay: 5s
max_attempts: 3
window: 120s
tty: true
stop_signal: SIGINT