mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 14:34:00 +00:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
### Setup ###
|
|
REGISTRY_URL=''
|
|
|
|
### Postgres ###
|
|
POSTGRES_USER='postgres'
|
|
POSTGRES_PASSWORD='postgres'
|
|
POSTGRES_DB='postgres'
|
|
POSTGRES_PORT='5432'
|