Kein doppeltes Passwort mehr in .env nötig. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Verhindert, dass Variablen leer bleiben wenn docker compose nicht aus dem deploy/-Verzeichnis heraus aufgerufen wird. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- deploy/docker-compose.yml: Produktions-Stack (Backend, Postgres, Mosquitto) Backend bindet nur auf 127.0.0.1:8080 (HTTPS via Reverse Proxy) - deploy/.env.example: Vorlage für Produktions-Umgebungsvariablen - deploy/mosquitto/config/mosquitto.conf: Mosquitto mit Passwort-Auth - ansible/group_vars: morz_server_base_url auf https://dockerbox.morz.de - ansible/inventory.yml: debi entfernt, dev-Hosts info11/info12 ergänzt - .gitignore: !.env.example als Ausnahme ergänzt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>