Compare commits

..

No commits in common. "6794e567481163bf04c9b87b281e2b9661031461" and "057d0120b7ab22802d57754c5aa982da9f0a1ad4" have entirely different histories.

View File

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