15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
# PostgreSQL Version
|
|
POSTGRES_VERSION=17.6
|
|
|
|
# Database user
|
|
POSTGRES_USER=postgres
|
|
|
|
# Database password
|
|
POSTGRES_PASSWORD=postgres
|
|
|
|
# Database name
|
|
POSTGRES_DB=postgres
|
|
|
|
# Port to bind to on the host machine
|
|
POSTGRES_PORT=5432
|