Files
hetzner_server/services/n8n.yml
SauravDhakal 1f843fabf7 feat: more services
file browser, n8n, portainer, syncthing, uptime-kuma, watchtower
2026-03-30 22:39:23 +05:45

18 lines
517 B
YAML

services:
n8n:
image: n8nio/n8n:latest
restart: unless-stopped
user: "node"
ports:
- "127.0.0.1:5678:5678"
environment:
- N8N_HOST=n8n.sauravdhakal.com.np
- N8N_PORT=5678
- N8N_PROTOCOL=https
- WEBHOOK_URL=https://n8n.sauravdhakal.com.np
- N8N_EDITOR_BASE_URL=https://n8n-admin.sauravdhakal.com.np
- GENERIC_TIMEZONE=Asia/Kathmandu
- N8N_ENCRYPTION_KEY=${N8N_ENCRYPTION_KEY}
volumes:
- /home/saurav/hetzner_self/data/n8n:/home/node/.n8n