docs: restructure docs to diataxis and finalize DOCS-RESTRUCTURE-001
This commit is contained in:
19
docs/explanation-docker-betrieb.md
Normal file
19
docs/explanation-docker-betrieb.md
Normal 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.
|
||||
Reference in New Issue
Block a user