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
+9 -10
View File
@@ -1,18 +1,17 @@
# Compose
VOL_PATH=/data
BOOKSTACK_IMAGE=solidnerd/bookstack:latest
BOOKSTACK_RESTART=unless-stopped
BOOKSTACK_PORT=8080
MARIADB_IMAGE=mariadb:latest
MARIADB_RESTART=unless-stopped
MARIADB_ROOT_PASSWORD=ChangeThisPassword
# Bookstack
BOOKSTACK_APP_KEY=APP_KEY
BOOKSTACK_APP_TIMEZONE=America/Vancouver
BOOKSTACK_APP_URL=http://localhost:8080
BOOKSTACK_DB_DATABASE=bookstack
BOOKSTACK_DB_HOST=mariadb:3306
BOOKSTACK_DB_PASSWORD=dbpass
BOOKSTACK_DB_USERNAME=dbuser
BOOKSTACK_IMAGE=solidnerd/bookstack:latest
BOOKSTACK_REVISION_LIMIT=false
# MariaDB
MARIADB_IMAGE=mariadb:latest
MARIADB_MARIADB_DATABASE=bookstack
MARIADB_MARIADB_ROOT_PASSWORD=ChangeThisPassword
MARIADB_MARIADB_USER=dbuser
MARIADB_MARIADB_PASSWORD=AlsoChangeThisPassword