6 lines
168 B
Bash
6 lines
168 B
Bash
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=MySecureRootDbUserPassword
|
|
POSTGRES_DB=n8n
|
|
|
|
POSTGRES_NON_ROOT_USER=n8n
|
|
POSTGRES_NON_ROOT_PASSWORD=MySecureDatabaseUserPassword
|