feat: more services

file browser, n8n, portainer, syncthing, uptime-kuma, watchtower
This commit is contained in:
SauravDhakal
2026-03-30 22:39:23 +05:45
parent 3f850d5734
commit 1f843fabf7
7 changed files with 103 additions and 0 deletions

17
services/n8n.yml Normal file
View File

@@ -0,0 +1,17 @@
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