Fix stop docker containers
This commit is contained in:
@@ -16,6 +16,7 @@ services:
|
||||
restart: on-failure
|
||||
command: ['python3', 'manage.py', 'run_bot']
|
||||
depends_on: ['db']
|
||||
stop_signal: SIGINT
|
||||
volumes:
|
||||
- .:/app
|
||||
scheduler:
|
||||
|
||||
Reference in New Issue
Block a user