Fix stop docker containers

This commit is contained in:
zorn
2024-12-28 04:27:06 +10:00
parent 12983b458d
commit a7c1350a5a

View File

@@ -16,6 +16,7 @@ services:
restart: on-failure
command: ['python3', 'manage.py', 'run_bot']
depends_on: ['db']
stop_signal: SIGINT
volumes:
- .:/app
scheduler: