Resolve "When using docker-compose deployment, the celerybeat container may stumble over a stale pid file"

This commit is contained in:
Ciarán Ainsworth 2020-01-06 10:06:47 +01:00 committed by Eliot Berriot
parent 80f67754fb
commit b20ed75c28
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixed an issue with celerybeat container failing to restart (#1004)

View File

@ -52,7 +52,7 @@ services:
- postgres - postgres
- redis - redis
env_file: .env env_file: .env
command: celery -A funkwhale_api.taskapp beat -l INFO command: celery -A funkwhale_api.taskapp beat --pidfile= -l INFO
api: api:
restart: unless-stopped restart: unless-stopped