### 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
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:
+1
-1
@@ -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) ---
|
||||
|
||||
Reference in New Issue
Block a user