doku(diversese):update

This commit is contained in:
2026-03-12 19:17:41 +01:00
parent ee8a96f0cf
commit 84ee914bea
13 changed files with 83 additions and 13 deletions

View File

@@ -0,0 +1,31 @@
# Mkdocs
## Zweck:
Dokumentation des Systems in Markdown
## /ssrv/docker/docker-compose.yml
-> liegt nicht in gesondertem Container.
-> erwartet Verzeichnis docs und mkdocs.yml (diese Datei)
``` yaml
services:
bruchtal-docs:
image: squidfunk/mkdocs-material:latest
container_name: bruchtal-docs
restart: unless-stopped
ports:
- "8005:8000"
volumes:
- /docker/Bruchtal:/docs
command: serve --dev-addr=0.0.0.0:8000
environment:
- TZ=Europe/Berlin
- WATCHDOG_FORCE_POLLING=true
```
## Backup & Restore
kein spezielles Backup notwendig.