fix(bookstack): set APP_KEY so init no longer halts (docs.ginnoir.com 502)

linuxserver/bookstack refuses to start without APP_KEY:
  'The application key is missing, halting init!'
nginx never bound :80, so caddy -> bookstack:80 -> connection refused -> 502.

Key generated via 'docker run --rm --entrypoint /bin/bash
lscr.io/linuxserver/bookstack:latest appkey' on valhalla. Stored in
stacks/dev/.env per per-stack secrets policy; do NOT rotate without
invalidating existing sessions.
This commit is contained in:
ginnoir
2026-06-04 19:25:01 -05:00
parent f96efd9601
commit c5f8e41e8a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -118,6 +118,7 @@ services:
- PGID=1000
- TZ=${TZ}
- APP_URL=https://docs.ginnoir.com
- APP_KEY=${BOOKSTACK_APP_KEY}
- DB_HOST=mariadb_bookstack
- DB_PORT=3306
- DB_USER=bookstack