Env name added in container name #81
@ -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
|
container_name: cftunnel-db-${ENV}
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: cftunnel
|
POSTGRES_DB: cftunnel
|
||||||
POSTGRES_USER: ${POSTGRES_USERNAME}
|
POSTGRES_USER: ${POSTGRES_USERNAME}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user