Kleinere Korrektur
This commit is contained in:
parent
a54271d855
commit
a4fbebe09c
|
|
@ -14,11 +14,9 @@ services:
|
||||||
- N8N_PROTOCOL=https
|
- N8N_PROTOCOL=https
|
||||||
- N8N_EDITOR_BASE_URL=https://workflow.bizmark.ch
|
- N8N_EDITOR_BASE_URL=https://workflow.bizmark.ch
|
||||||
- N8N_TRUST_PROXY=true
|
- N8N_TRUST_PROXY=true
|
||||||
- N8N_LOG_FILE_LOCATION=/opt/n8n-logs/n8n.log
|
|
||||||
- WEBHOOK_URL=https://workflow.bizmark.ch/
|
- WEBHOOK_URL=https://workflow.bizmark.ch/
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/n8n/data:/home/node/.n8n
|
- /opt/n8n/data:/home/node/.n8n
|
||||||
- /opt/n8n/logs:/opt/n8n-logs
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # Docker-Socket mounten
|
- /var/run/docker.sock:/var/run/docker.sock # Docker-Socket mounten
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue