feature/33-postgres-database #79

Merged
kruti merged 5 commits from kruti/CFTunnels:feature/33-postgres-database into main 2025-10-18 11:38:08 +00:00
Showing only changes of commit 057d0120b7 - Show all commits

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