db port variable added

This commit is contained in:
Kruti Shah 2025-10-12 23:58:14 +05:30
parent b804cc978f
commit a125baee05

View File

@ -26,6 +26,6 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
restart: unless-stopped
ports:
- "5432:5432"
- "${DB_PORT}:5432"
volumes:
- ${DB_PATH}:/var/lib/postgresql/data