mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix remaining non-_dev stacks: bookstack, gitea, heimdall, invokeai, n8n, nextcloud, opencode, paperless, pihole, qbittorrent, stash
This commit is contained in:
+15
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user