Added back the FUNKWHALE_HOSTNAME to the celerybeat service

master
Meliurwen 4 years ago
parent 4a23db3e92
commit c4dd5a6308
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 4
      docker-compose.yml

@ -44,7 +44,7 @@ services:
# of CPUs. You can adjust this, by explicitly setting the --concurrency
# flag:
# celery -A funkwhale_api.taskapp worker -l INFO --concurrency=4
command: celery -A funkwhale_api.taskapp worker -l INFO --concurrency=${CELERYD_CONCURRENCY-0}
command: celery -A funkwhale_api.taskapp worker -l INFO --concurrency=${CELERYD_CONCURRENCY:-0}
celerybeat:
image: funkwhale/funkwhale:${FUNKWHALE_VERSION:-latest}
@ -54,6 +54,8 @@ services:
- redis
env_file:
- all.env
environment:
- FUNKWHALE_HOSTNAME=${FUNKWHALE_HOSTNAME}
command: celery -A funkwhale_api.taskapp beat --pidfile= -l INFO
api:

Loading…
Cancel
Save