1
0
forked from erp-dev/erp

fix: redis url conflict

This commit is contained in:
2025-12-30 14:20:14 +08:00
parent 138983fa4e
commit d96373980d
3 changed files with 15 additions and 5 deletions

View File

@@ -70,6 +70,8 @@ services:
DB_PASSWORD: "${DB_PASSWORD:-postgres}"
CELERY_BROKER_URL: "${CELERY_BROKER_URL:-amqp://guest:guest@rabbitmq:5672//}"
CELERY_RESULT_BACKEND: "${CELERY_RESULT_BACKEND:-redis://redis:6379/0}"
CACHE_HOST: ${CACHE_HOST:-redis}
CACHE_PORT: "${CACHE_PORT:-6379}"
depends_on:
- pgbouncer
- redis