added quartz external wiki

This commit is contained in:
2025-11-29 10:30:33 +01:00
parent b10f224a7b
commit 9be0af25f7
14 changed files with 824 additions and 62 deletions

View File

@@ -7,11 +7,17 @@ services:
- "3001:3000"
environment:
- NODE_ENV=development
# Wiki URL - kann über .env oder Umgebungsvariable gesetzt werden
# Standard: http://localhost:3033 (für separate Quartz-Instanz)
- NEXT_PUBLIC_WIKI_URL=${NEXT_PUBLIC_WIKI_URL:-http://localhost:3033}
volumes:
- .:/app
- /app/node_modules
- /app/.next
restart: unless-stopped
# Wiki-Service ist optional - kann entfernt werden, wenn separate Instanz verwendet wird
# depends_on:
# - wiki
wiki:
build: