feat: more services
file browser, n8n, portainer, syncthing, uptime-kuma, watchtower
This commit is contained in:
17
services/n8n.yml
Normal file
17
services/n8n.yml
Normal 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
|
||||
Reference in New Issue
Block a user