feat(error-tracking): add GLITCHTIP_DSN to calendar, contacts, todo backends

Configures error tracking DSNs in docker-compose.macmini.yml for production:
- Calendar: project 1
- Todo: project 3
- Contacts: project 2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-19 15:03:24 +01:00
parent a35014afb5
commit 08d19ab7ac

View file

@ -318,6 +318,7 @@ services:
MANA_CORE_AUTH_URL: http://mana-auth:3001
CORS_ORIGINS: https://todo.mana.how,https://mana.how
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
GLITCHTIP_DSN: https://c774433d-212c-473d-9088-542a84224488@glitchtip.mana.how/3
ports:
- "3031:3031"
healthcheck:
@ -348,6 +349,7 @@ services:
CORS_ORIGINS: https://calendar.mana.how,https://mana.how
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
ENCRYPTION_KEY: ${CALENDAR_ENCRYPTION_KEY:-}
GLITCHTIP_DSN: https://7dcf6e86-48a0-4b85-b2cb-275921c059d5@glitchtip.mana.how/1
ports:
- "3032:3032"
healthcheck:
@ -412,6 +414,7 @@ services:
S3_SECRET_KEY: ${MINIO_SECRET_KEY:-minioadmin}
S3_BUCKET: contacts-photos
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
GLITCHTIP_DSN: https://a0d81e4b-7869-4b57-951a-1a5de6d64ae7@glitchtip.mana.how/2
ports:
- "3034:3034"
healthcheck: