Compare commits
2 Commits
057d0120b7
...
6794e56748
| Author | SHA1 | Date | |
|---|---|---|---|
| 6794e56748 | |||
| 25ef5660fa |
@ -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