mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
65c876d791
new psql vars
7 lines
168 B
Bash
7 lines
168 B
Bash
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=MySecureRootDbUserPassword
|
|
POSTGRES_DB=n8n
|
|
|
|
POSTGRES_NON_ROOT_USER=n8n
|
|
POSTGRES_NON_ROOT_PASSWORD=MySecureDatabaseUserPassword
|