### chore: aktualisiere Plan-B-Konfiguration und CI-Workflows
- **dc-planb.yaml:** Passe Ports und füge Zipkin-Deaktivierung hinzu. - **Docker-Publish:** Ergänze Bereinigung und Sicherheitsprüfung für Web-Assets.
This commit is contained in:
+5
-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}" # per .env steuerbar, Standard http://<host>:8080
|
||||
- "${WEB_APP_PORT:-4000:4000}"
|
||||
networks: [meldestelle-network]
|
||||
|
||||
# --- Mail-Service (Plan-B: Form -> E-Mail) ---
|
||||
@@ -23,6 +23,10 @@ services:
|
||||
# Server-Port im Container (Spring Boot)
|
||||
SERVER_PORT: ${SERVER_PORT:-8085}
|
||||
|
||||
# Plan-B: Zipkin-Fehler unterdrücken
|
||||
MANAGEMENT_TRACING_ENABLED: "false"
|
||||
SPRING_ZIPKIN_ENABLED: "false"
|
||||
|
||||
# SMTP (World4You - PROD)
|
||||
SPRING_MAIL_HOST: ${SPRING_MAIL_HOST:-smtp.world4you.com}
|
||||
SPRING_MAIL_PORT: ${SPRING_MAIL_PORT:-587}
|
||||
|
||||
Reference in New Issue
Block a user