updated compose
This commit is contained in:
parent
a7e30cfce2
commit
8cb31194d7
1 changed files with 2 additions and 2 deletions
|
|
@ -32,9 +32,9 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
POSTGRES_USER: ${DB_USER}
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
POSTGRES_DB: ${DB_NAME}
|
||||
POSTGRES_DB: postgres
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue