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

@@ -83,6 +83,8 @@ services:
DB_NAME: flower
DB_USER: postgres
DB_PASSWORD: postgres
CACHE_HOST: redis
CACHE_PORT: "6379"
depends_on:
- pgbouncer
- redis