### feat: optimiere Plan-B-Builds und CI/CD-Workflows
Desktop CI — Headless Tests & Build / Compose Desktop — Tests (headless) & Build (push) Has been skipped
Build and Publish Docker Images / build-and-push (., backend/services/mail/Dockerfile, mail-service, mail-service) (push) Successful in 5m56s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Failing after 6m57s

- **Docker-Publish:** Reduziere auf Mail-Service und Web-App für schnellere Builds.
- **Workflows:** Überspringe Plan-B-Builds basierend auf Commit-Message ([planb]).
- **Frontend:** Aktualisiere Build-Skripte für Wasm-Distribution statt JS.
This commit is contained in:
2026-04-22 23:40:58 +02:00
parent 6b690232ff
commit 1caefe6603
5 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ services:
API_BASE_URL: ${API_BASE_URL:-https://api.mo-code.at}
MAIL_SERVICE_URL: ${MAIL_SERVICE_URL:-https://api.mo-code.at/mail}
ports:
- "${WEB_APP_PORT:-8080:80}"
- "${WEB_APP_PORT:-8080:80}" # per .env steuerbar, Standard http://<host>:8080
networks: [meldestelle-network]
# --- Mail-Service (Plan-B: Form -> E-Mail) ---