remove some env
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m6s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m6s
This commit is contained in:
@@ -6,27 +6,18 @@ services:
|
|||||||
- SOCKS_IP=192.168.31.240
|
- SOCKS_IP=192.168.31.240
|
||||||
container_name: n8n
|
container_name: n8n
|
||||||
environment:
|
environment:
|
||||||
- GENERIC_TIMEZONE=Europe/Amsterdam
|
|
||||||
- NODE_ENV=production
|
|
||||||
- N8N_SECURE_COOKIE=false
|
|
||||||
- N8N_TRUST_PROXY=true
|
|
||||||
# - N8N_HOST=n8n.home
|
# - N8N_HOST=n8n.home
|
||||||
- N8N_PORT=5678
|
- N8N_PORT=5678
|
||||||
- N8N_PROTOCOL=http
|
|
||||||
- WEBHOOK_URL=https://n8n.home/
|
|
||||||
- N8N_DIAGNOSTICS_ENABLED=false
|
|
||||||
- N8N_TELEMETRY_DISABLED=true
|
|
||||||
- NODE_FUNCTION_ALLOW_EXTERNAL=*
|
- NODE_FUNCTION_ALLOW_EXTERNAL=*
|
||||||
ports:
|
ports:
|
||||||
- 5678:5678
|
- 5678:5678
|
||||||
volumes:
|
volumes:
|
||||||
- n8n_data:/home/node/.n8n
|
- n8n_data_test:/home/node/.n8n
|
||||||
- /srv/downloads:/music
|
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
n8n_data:
|
n8n_data_test:
|
||||||
name: n8n_data
|
name: n8n_data_test
|
||||||
|
|||||||
Reference in New Issue
Block a user