2026-08-29 14:51:20 +08:00
|
|
|
# pgdb compose secrets — copy to /opt/database/.env on the host, chmod 600.
|
|
|
|
|
# NEVER commit the real values. Generate: openssl rand -hex 24
|
|
|
|
|
POSTGRES_PASSWORD=change-me-strong-hex
|
|
|
|
|
PGWEB_AUTH_USER=pgweb
|
|
|
|
|
PGWEB_AUTH_PASS=change-me-strong-hex
|