Resolve "When using docker-compose deployment, the celerybeat container may stumble over a stale pid file"
This commit is contained in:
parent
80f67754fb
commit
b20ed75c28
|
@ -0,0 +1 @@
|
||||||
|
Fixed an issue with celerybeat container failing to restart (#1004)
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue