feat: use REDIS_PORT

This commit is contained in:
amhsirak
2024-12-04 18:09:04 +05:30
parent e92afc8322
commit 76b2d5ad2d

View File

@@ -23,7 +23,7 @@ services:
REDIS_HOST: ${REDIS_HOST}
REDIS_PORT: ${REDIS_PORT}
ports:
- "6379:6379"
- "${REDIS_PORT}:${REDIS_PORT}"
volumes:
- redis_data:/data