diff --git a/docker-compose.yaml b/docker-compose.yaml index 0cdf9e03..46e790e7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -16,6 +16,7 @@ services: restart: on-failure command: ['python3', 'manage.py', 'run_bot'] depends_on: ['db'] + stop_signal: SIGINT volumes: - .:/app scheduler: