fix: change FLOWER_API_BASE_URL to use container hostname fquiz-flower instead of compose service name flower

This commit is contained in:
chengkai3
2026-07-02 09:55:40 +08:00
parent b39ce8c2c0
commit a8307bfd2d
+1 -1
View File
@@ -33,7 +33,7 @@ CELERY_BROKER_URL=redis://:${REDIS_PASSWORD}@redis:6379/0
CELERY_RESULT_BACKEND=redis://:${REDIS_PASSWORD}@redis:6379/1
CELERY_TIMEZONE=Asia/Shanghai
SCHEDULER_EXPIRE_INTERVAL_SECONDS=60
FLOWER_API_BASE_URL=http://flower:5555
FLOWER_API_BASE_URL=http://fquiz-flower:5555
FLOWER_API_TIMEOUT_SECONDS=10
FLOWER_BASIC_AUTH=admin:change_me
WORKER_REGISTRY_TTL_SECONDS=90