mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
Add Docker Compose configuration for n8n service and example environment file
This commit is contained in:
9
n8n/.env.example
Normal file
9
n8n/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
POSTGRES_DB=nodemotion
|
||||
POSTGRES_USER=nodemotion
|
||||
# openssl rand -base64 18
|
||||
POSTGRES_PASSWORD=
|
||||
|
||||
POSTGRES_NON_ROOT_USER=
|
||||
# openssl rand -base64 18
|
||||
POSTGRES_NON_ROOT_PASSWORD=
|
||||
Reference in New Issue
Block a user