Files
breadcrumb-the-shire/docs/explanation-docker-betrieb.md

596 B

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.