docs: restructure docs to diataxis and finalize DOCS-RESTRUCTURE-001

This commit is contained in:
2026-03-06 12:25:18 +01:00
parent 9caa0a4f75
commit 72886f4784
49 changed files with 564 additions and 180 deletions

View File

@@ -0,0 +1,19 @@
# Docker-Betrieb
Letzte Aktualisierung: 2026-03-06
## Übersicht
Die Docker-Dokumentation ist in zwei klare Pfade getrennt:
1. Lokal entwickeln:
- `/docs/howto-docker-lokal.md`
2. Produktiv betreiben:
- `/docs/howto-docker-produktiv.md`
## Empfehlung
- Für tägliche Entwicklung immer mit `docker-compose.yml` arbeiten.
- Für Serverbetrieb ausschließlich `docker-compose.prod.yml` verwenden.
- Änderungen an Domain/TLS nur in der Produktivdoku und den Produktivdateien pflegen.
- Nach Start oder Deployment einmal `docker compose exec php sh -lc "php bin/doctor.php"` ausführen.