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
+15 -9
View File
@@ -1,12 +1,18 @@
###############################################################################
# Paperless-ngx settings #
# See http://docs.paperless-ngx.com/configuration/ for all available options.
###############################################################################
TZ=America/Vancouver
VOL_PATH=./data
# Compose
VOL_PATH=/data
PAPERLESS_IMAGE=ghcr.io/paperless-ngx/paperless-ngx:latest
PAPERLESS_RESTART=unless-stopped
PAPERLESS_PORT=8000
MARIADB_IMAGE=mariadb:latest
MARIADB_RESTART=unless-stopped
REDIS_IMAGE=redis:8
REDIS_RESTART=unless-stopped
GOTENBERG_IMAGE=gotenberg/gotenberg:8.25
GOTENBERG_RESTART=unless-stopped
TIKA_IMAGE=apache/tika:latest
TIKA_RESTART=unless-stopped
# Paperless
PAPERLESS_MARIADB_HOST=paperless-db
PAPERLESS_MARIADB_DATABASE=paperless
PAPERLESS_MARIADB_USER=paperless
@@ -16,4 +22,4 @@ PAPERLESS_SECRET_KEY=changeme
PAPERLESS_OCR_LANGUAGE=eng
PAPERLESS_URL=http://localhost
PAPERLESS_CONSUMER_DELETE_DUPLICATES=0
PAPERLESS_PORT=8000
TZ=America/Vancouver