added automate stack
This commit is contained in:
17
komodo/automate/n8n/compose.yaml
Normal file
17
komodo/automate/n8n/compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
n8nio:
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
volumes:
|
||||
- n8n:/home/node/.n8n
|
||||
environment:
|
||||
- N8N_RUNNERS_ENABLED=true
|
||||
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||
- TZ=ETC
|
||||
- GENERIC_TIMEZONE=America/New_York
|
||||
ports:
|
||||
- '5678:5678'
|
||||
container_name: n8n
|
||||
tty: true
|
||||
stdin_open: true
|
||||
volumes:
|
||||
n8n:
|
||||
Reference in New Issue
Block a user