We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6252cbb commit 3688eecCopy full SHA for 3688eec
docker-compose.yml
@@ -73,7 +73,7 @@ services:
73
celery-flower:
74
restart: always
75
image: relohub
76
- command: celery -A relohub flower --basic_auth=${FLOWER_USERNAME}:${FLOWER_PASSWORD} -l DEBUG
+ command: celery -A relohub flower --basic_auth=${FLOWER_USERNAME}:${FLOWER_PASSWORD} --auto_refresh=True --url_prefix=flower -l DEBUG
77
ports:
78
- "${FLOWER_BIND_PORT}:5555"
79
networks:
0 commit comments