feature/33-postgres-database #80

Merged
kruti merged 2 commits from kruti/CFTunnels:feature/33-postgres-database into test 2025-10-18 12:05:37 +00:00

View File

@ -19,7 +19,7 @@ services:
restart: unless-stopped
postgres:
image: postgres:15-alpine
container_name: cftunnel-db
container_name: cftunnel-db-${ENV}
environment:
POSTGRES_DB: cftunnel
POSTGRES_USER: ${POSTGRES_USERNAME}