passwortd
This commit is contained in:
parent
e0776dfffd
commit
6bc5c5eba3
@ -20,6 +20,8 @@ services:
|
||||
image: postgres
|
||||
volumes:
|
||||
- /sprint-data/postgres-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_PASSWORD: $DB_PASSWORD_DEV
|
||||
ports:
|
||||
- "5432:5432"
|
||||
deploy:
|
||||
|
@ -20,6 +20,8 @@ services:
|
||||
image: postgres
|
||||
volumes:
|
||||
- /sprint-data/postgres-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_PASSWORD: $DB_PASSWORD_PROD
|
||||
ports:
|
||||
- "5432:5432"
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user