chore(stacks): update library-desk env vars for wiki change detection

Replace WIKIJS_API_KEY with WIKIJS_USERNAME/PASSWORD and add
WIKIJS_DB_PASSWORD for PostgreSQL LISTEN/NOTIFY connection.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-10 21:36:02 +01:00
co-authored by Claude Opus 4.5
parent 14d152bd64
commit 651de9ac92
+3 -1
View File
@@ -54,7 +54,9 @@ services:
# Wiki.js Configuration
- WIKIJS_URL=http://wiki:3000
- WIKIJS_API_KEY=${WIKIJS_API_KEY}
- WIKIJS_USERNAME=librarian@schweitz.net
- WIKIJS_PASSWORD=${WIKIJS_PASSWORD}
- WIKIJS_DB_PASSWORD=${WIKIJS_DB_PASSWORD}
# SearXNG Configuration
- SEARXNG_URL=http://searxng:8080