fix(staging): backend startup crash + healthcheck + OTel routing #597

Merged
marcel merged 2 commits from feat/issue-580-sentry-backend into main 2026-05-15 17:44:32 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit fed427dc4a - Show all commits

View File

@@ -85,7 +85,6 @@ jobs:
GLITCHTIP_SECRET_KEY=${{ secrets.GLITCHTIP_SECRET_KEY }}
GLITCHTIP_DOMAIN=https://glitchtip.archiv.raddatz.cloud
SENTRY_DSN=${{ secrets.SENTRY_DSN }}
OTEL_EXPORTER_OTLP_ENDPOINT=http://tempo:4317
EOF
- name: Verify backend /import:ro mount is wired

View File

@@ -213,6 +213,7 @@ services:
APP_MAIL_FROM: ${APP_MAIL_FROM:-noreply@raddatz.cloud}
SPRING_MAIL_PROPERTIES_MAIL_SMTP_AUTH: ${MAIL_SMTP_AUTH:-true}
SPRING_MAIL_PROPERTIES_MAIL_SMTP_STARTTLS_ENABLE: ${MAIL_STARTTLS_ENABLE:-true}
OTEL_EXPORTER_OTLP_ENDPOINT: http://tempo:4317
networks:
- archiv-net
healthcheck: