services: n8n: container_name: n8n image: docker.n8n.io/n8nio/n8n restart: always ports: - 5678:5678 environment: # - N8N_PROTOCOL=http - N8N_PORT=5678 - NODE_ENV=production - WEBHOOK_URL=n8n.rufous-trench.ts.net volumes: - ./n8n:/home/node/.n8n - ./local-files:/files labels: tsdproxy.enable: "true" tsdproxy.name: "n8n" tsdproxy.container_port: 3000 tsdproxy.funnel: "true"