9 lines
166 B
Docker
9 lines
166 B
Docker
|
POSTGRES_USER="postgres"
|
||
|
POSTGRES_PASSWORD="postgres"
|
||
|
POSTGRES_DB="postgres"
|
||
|
|
||
|
DB_HOST="database"
|
||
|
DB_DATABASE="postgres"
|
||
|
DB_USERNAME="postgres"
|
||
|
DB_PASSWORD="postgres"
|