readme
This commit is contained in:
commit
a64e32ffe0
14 changed files with 339 additions and 0 deletions
16
N8N/compose.yml
Normal file
16
N8N/compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
restart: always
|
||||
ports:
|
||||
- 5678:5678
|
||||
environment:
|
||||
# - N8N_PROTOCOL=http
|
||||
- N8N_PORT=5678
|
||||
- NODE_ENV=production
|
||||
volumes:
|
||||
- ./n8n:/home/node/.n8n
|
||||
- ./local-files:/files
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "n8n"
|
Loading…
Add table
Add a link
Reference in a new issue