fix remaining non-_dev stacks: bookstack, gitea, heimdall, invokeai, n8n, nextcloud, opencode, paperless, pihole, qbittorrent, stash

This commit is contained in:
openhands
2026-07-16 05:08:05 +00:00
parent 366709ddd8
commit 90544d19de
22 changed files with 211 additions and 221 deletions
+4 -11
View File
@@ -1,17 +1,10 @@
# Compose
VOL_PATH=/data
TZ="America/Vancouver"
# n8n
N8N_IMAGE=n8nio/n8n:latest # or 2.16.1
N8N_IMAGE=n8nio/n8n:latest
N8N_RESTART=unless-stopped
N8N_PORT=5678
N8N_HOST=localhost
N8N_PROTOCOL=http
N8N_EDITOR_BASE_URL=http://localhost:5678
N8N_SECURE_COOKIE=true
# NPM Reverse Proxy (override these):
# N8N_HOST=n8n.yourdomain.com
# N8N_PROTOCOL=https
# N8N_EDITOR_BASE_URL=https://n8n.yourdomain.com
# WEBHOOK_URL=https://n8n.yourdomain.com
# N8N_SECURE_COOKIE=true
TZ=America/Vancouver