compose-configs/stateless/n8n-compose.yml
2024-03-31 15:32:07 +02:00

25 lines
490 B
YAML

networks:
proxy-net:
external: true
services:
n8n:
container_name: n8n
image: docker.n8n.io/n8nio/n8n
restart: unless-stopped
ports:
- "8001:5678"
volumes:
- ./containers_storage/n8n:/home/node/.n8n
networks:
- proxy-net
environment:
- N8N_HOST=flows.slowte.ch
- N8N_PORT=5678
- N8N_PROTOCOL=https
- NODE_ENV=production
- WEBHOOK_URL=https://flows.slowte.ch/
- GENERIC_TIMEZONE=Europe/Zurich