add env vars for bookstack setup to docker

This commit is contained in:
Matthias Hochmeister
2026-03-04 08:00:10 +01:00
parent 11335748c2
commit 029a721c43

View File

@@ -42,6 +42,9 @@ services:
AUTHENTIK_REDIRECT_URI: ${AUTHENTIK_REDIRECT_URI:-https://start.feuerwehr-rems.at/auth/callback}
NEXTCLOUD_URL: ${NEXTCLOUD_URL:-https://cloud.feuerwehr-rems.at}
ICAL_BASE_URL: ${ICAL_BASE_URL:-https://start.feuerwehr-rems.at}
BOOKSTACK_URL: ${BOOKSTACK_URL:-}
BOOKSTACK_TOKEN_ID: ${BOOKSTACK_TOKEN_ID:-}
BOOKSTACK_TOKEN_SECRET: ${BOOKSTACK_TOKEN_SECRET:-}
ports:
- "${BACKEND_PORT:-3000}:3000"
depends_on: