Skip to content

Commit 3688eec

Browse files
committed
[UPDATE] added auto_refresh and url_prefix to celery flower
1 parent 6252cbb commit 3688eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ services:
7373
celery-flower:
7474
restart: always
7575
image: relohub
76-
command: celery -A relohub flower --basic_auth=${FLOWER_USERNAME}:${FLOWER_PASSWORD} -l DEBUG
76+
command: celery -A relohub flower --basic_auth=${FLOWER_USERNAME}:${FLOWER_PASSWORD} --auto_refresh=True --url_prefix=flower -l DEBUG
7777
ports:
7878
- "${FLOWER_BIND_PORT}:5555"
7979
networks:

0 commit comments

Comments
 (0)