docker-compose.yml aktualisiert

This commit is contained in:
Hermes Agent on NUC10 2026-06-16 18:32:05 +02:00
parent 9745214941
commit 4e7d298c7f

View File

@ -25,7 +25,9 @@ services:
- "${WIKI_PORT:-8787}:8000" # Host port → mkdocs dev server
volumes:
# Mount the entire project root → /docs (single clean mount)
- /opt/data/workspace/docker/llm-wiki:/docs
- /opt/data/workspace/docker/llm-wiki/docs:/docs
- /opt/data/workspace/docker/llm-wiki/schema:/schema
- /opt/data/workspace/docker/llm-wiki/mkdocs.yml:/mkdocs.yml
environment:
- MKDOCS_VERBOSE=true
- MKDOCS_LIVERELOAD=true