修复worker监控页面Flower401配置问题

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-05-02 23:35:32 +08:00
parent 7b0de8a38b
commit 269bbd02d5
4 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ CELERY_BROKER_URL=redis://redis:6379/0
CELERY_RESULT_BACKEND=redis://redis:6379/1
CELERY_TIMEZONE=Asia/Shanghai
SCHEDULER_EXPIRE_INTERVAL_SECONDS=60
FLOWER_API_BASE_URL=http://flower:5556
FLOWER_API_BASE_URL=http://flower:5555
FLOWER_API_TIMEOUT_SECONDS=10
FLOWER_BASIC_AUTH=admin:admin
WORKER_REGISTRY_TTL_SECONDS=90
+1 -1
View File
@@ -177,7 +177,7 @@ services:
CELERY_BROKER_URL: redis://redis:6379/0
CELERY_RESULT_BACKEND: redis://redis:6379/1
CELERY_TIMEZONE: ${CELERY_TIMEZONE}
FLOWER_BASIC_AUTH: ${FLOWER_BASIC_AUTH}
FLOWER_BASIC_AUTH: ${FLOWER_BASIC_AUTH:-admin:admin}
ports:
- "${FLOWER_PORT}:5555"
restart: unless-stopped
+1 -1
View File
@@ -149,7 +149,7 @@ services:
CELERY_BROKER_URL: redis://redis:6379/0
CELERY_RESULT_BACKEND: redis://redis:6379/1
CELERY_TIMEZONE: ${CELERY_TIMEZONE}
FLOWER_BASIC_AUTH: ${FLOWER_BASIC_AUTH}
FLOWER_BASIC_AUTH: ${FLOWER_BASIC_AUTH:-admin:change_me}
ports:
- "${FLOWER_PORT}:5555"
restart: unless-stopped