Update docker-compose.yml

This commit is contained in:
AliEbrahimpour
2023-08-15 09:53:51 +03:30
committed by GitHub
parent cb753b086f
commit 89d47c29e4

View File

@@ -664,7 +664,7 @@ services:
links:
- postgres
environment:
- POSTGRES_HOST=malekfar-postgres-1
- POSTGRES_HOST={POSTGRES_HOST}
- POSTGRES_DB=${POSTGRES_DB}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}