mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
# PostgreSQL configuration
|
|
POSTGRES_USER=
|
|
# openssl rand -base64 18
|
|
POSTGRES_PASSWORD=
|
|
|
|
# PgAdmin configuration
|
|
PGADMIN_DEFAULT_EMAIL=
|
|
PGADMIN_DEFAULT_PASSWORD=
|
|
PGADMIN_PORT=5050 |