Doku: Docker-Stacks unter guests/vm101-ubuntu.

Compose und stack-relevante Config ohne Volumes/Daten; Secrets REDACTED.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-06-28 11:05:53 +02:00
parent 2edf5e69b1
commit 5a4f7a7333
21 changed files with 732 additions and 1 deletions
+2
View File
@@ -18,6 +18,7 @@ DNS intern: `*.iot` → VLAN 40 (z. B. `homeassistant.iot` → 192.168.40.254)
```
docu/
├── README.md ← diese Datei
├── guests/ ← Compose & Stack-Config pro VM/CT (ohne Daten)
├── migration/ ← Schritt-für-Schritt Updates & Tuning
├── shared/ ← übergreifend (MQTT, Git, Netzwerk)
├── pve1/ ← nur pve1
@@ -32,6 +33,7 @@ docu/
| [shared/mqtt-homeassistant.md](shared/mqtt-homeassistant.md) | MQTT-Broker, HA Discovery, Credentials |
| [shared/git-und-repos.md](shared/git-und-repos.md) | Gitea, Tokens, Clone-Pfade |
| [migration/nextcloud-optimierung-und-updates.md](migration/nextcloud-optimierung-und-updates.md) | Nextcloud VM 101: Updates, Tuning, notify_push |
| [guests/](guests/) | Docker-Stacks pro Gast (Compose, ohne Volumes/Daten) |
## Code-Repos (separat von dieser Doku)