mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
fix(infra): route GlitchTip DSNs internally to avoid Cloudflare roundtrip
All backend containers were sending error reports to glitchtip.mana.how (via Cloudflare tunnel), creating ~6000 unnecessary external TCP connections contributing to port exhaustion. Now routes directly to glitchtip:8020 within the Docker network. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6cab9a3c24
commit
124b4f7cba
1 changed files with 13 additions and 13 deletions
|
|
@ -350,7 +350,7 @@ services:
|
|||
SUPABASE_SERVICE_KEY: ${SUPABASE_SERVICE_ROLE_KEY:-}
|
||||
CORS_ORIGINS: https://chat.mana.how,https://mana.how
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
GLITCHTIP_DSN: https://7ffb55d23705497989dbabd486a42014@glitchtip.mana.how/4
|
||||
GLITCHTIP_DSN: http://7ffb55d23705497989dbabd486a42014@glitchtip:8020/4
|
||||
ports:
|
||||
- "3030:3030"
|
||||
healthcheck:
|
||||
|
|
@ -377,7 +377,7 @@ services:
|
|||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
CORS_ORIGINS: https://todo.mana.how,https://mana.how,https://calendar.mana.how,https://contacts.mana.how
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
GLITCHTIP_DSN: https://c774433d212c473d9088542a84224488@glitchtip.mana.how/3
|
||||
GLITCHTIP_DSN: http://c774433d212c473d9088542a84224488@glitchtip:8020/3
|
||||
ports:
|
||||
- "3031:3031"
|
||||
healthcheck:
|
||||
|
|
@ -408,7 +408,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://7dcf6e8648a04b85b2cb275921c059d5@glitchtip.mana.how/1
|
||||
GLITCHTIP_DSN: http://7dcf6e8648a04b85b2cb275921c059d5@glitchtip:8020/1
|
||||
ports:
|
||||
- "3032:3032"
|
||||
healthcheck:
|
||||
|
|
@ -438,7 +438,7 @@ services:
|
|||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
CORS_ORIGINS: https://clock.mana.how,https://mana.how
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
GLITCHTIP_DSN: https://4d5ea890019d4a988e9834bc3e374e0a@glitchtip.mana.how/7
|
||||
GLITCHTIP_DSN: http://4d5ea890019d4a988e9834bc3e374e0a@glitchtip:8020/7
|
||||
ports:
|
||||
- "3033:3033"
|
||||
healthcheck:
|
||||
|
|
@ -474,7 +474,7 @@ services:
|
|||
S3_SECRET_KEY: ${MINIO_SECRET_KEY:-minioadmin}
|
||||
S3_BUCKET: contacts-photos
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
GLITCHTIP_DSN: https://a0d81e4b78694b57951a1a5de6d64ae7@glitchtip.mana.how/2
|
||||
GLITCHTIP_DSN: http://a0d81e4b78694b57951a1a5de6d64ae7@glitchtip:8020/2
|
||||
ports:
|
||||
- "3034:3034"
|
||||
healthcheck:
|
||||
|
|
@ -509,7 +509,7 @@ services:
|
|||
MAX_FILE_SIZE: 104857600
|
||||
MAX_FILES_PER_UPLOAD: 10
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
GLITCHTIP_DSN: https://f38d9b20ba2d416b80d1c559b81fc275@glitchtip.mana.how/17
|
||||
GLITCHTIP_DSN: http://f38d9b20ba2d416b80d1c559b81fc275@glitchtip:8020/17
|
||||
ports:
|
||||
- "3035:3035"
|
||||
healthcheck:
|
||||
|
|
@ -536,7 +536,7 @@ services:
|
|||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
CORS_ORIGINS: https://presi.mana.how,https://mana.how
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
GLITCHTIP_DSN: https://24df6aad72b646ba9fb68e54b566ad3e@glitchtip.mana.how/14
|
||||
GLITCHTIP_DSN: http://24df6aad72b646ba9fb68e54b566ad3e@glitchtip:8020/14
|
||||
ports:
|
||||
- "3036:3036"
|
||||
healthcheck:
|
||||
|
|
@ -566,7 +566,7 @@ services:
|
|||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
MANA_LLM_URL: http://mana-llm:3025
|
||||
CORS_ORIGINS: https://nutriphi.mana.how,https://mana.how
|
||||
GLITCHTIP_DSN: https://61b5689b903746b698bd1f77ae9e0be1@glitchtip.mana.how/11
|
||||
GLITCHTIP_DSN: http://61b5689b903746b698bd1f77ae9e0be1@glitchtip:8020/11
|
||||
ports:
|
||||
- "3037:3037"
|
||||
healthcheck:
|
||||
|
|
@ -595,7 +595,7 @@ services:
|
|||
DB_USER: postgres
|
||||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
CORS_ORIGINS: https://skilltree.mana.how,https://mana.how
|
||||
GLITCHTIP_DSN: https://93548ec4e2a14586bfef9f4f98e72fe1@glitchtip.mana.how/16
|
||||
GLITCHTIP_DSN: http://93548ec4e2a14586bfef9f4f98e72fe1@glitchtip:8020/16
|
||||
ports:
|
||||
- "3038:3038"
|
||||
healthcheck:
|
||||
|
|
@ -628,7 +628,7 @@ services:
|
|||
MANA_MEDIA_URL: http://mana-media:3015
|
||||
CORS_ORIGINS: https://photos.mana.how,https://mana.how
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
GLITCHTIP_DSN: https://032aef0f1da94497b8b8f6accb0c4587@glitchtip.mana.how/12
|
||||
GLITCHTIP_DSN: http://032aef0f1da94497b8b8f6accb0c4587@glitchtip:8020/12
|
||||
ports:
|
||||
- "3039:3039"
|
||||
healthcheck:
|
||||
|
|
@ -658,7 +658,7 @@ services:
|
|||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
CORS_ORIGINS: https://zitare.mana.how,https://mana.how
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
GLITCHTIP_DSN: https://53b871913d864628a8c7cb97b3f69e06@glitchtip.mana.how/8
|
||||
GLITCHTIP_DSN: http://53b871913d864628a8c7cb97b3f69e06@glitchtip:8020/8
|
||||
ports:
|
||||
- "3007:3007"
|
||||
healthcheck:
|
||||
|
|
@ -691,7 +691,7 @@ services:
|
|||
S3_SECRET_KEY: ${MINIO_SECRET_KEY:-minioadmin}
|
||||
S3_BUCKET: mukke-storage
|
||||
RUN_DB_PUSH: "true"
|
||||
GLITCHTIP_DSN: https://9f792851d49d4f018625f45855f0a030@glitchtip.mana.how/9
|
||||
GLITCHTIP_DSN: http://9f792851d49d4f018625f45855f0a030@glitchtip:8020/9
|
||||
ports:
|
||||
- "3010:3010"
|
||||
healthcheck:
|
||||
|
|
@ -729,7 +729,7 @@ services:
|
|||
S3_ACCESS_KEY: ${MINIO_ACCESS_KEY:-minioadmin}
|
||||
S3_SECRET_KEY: ${MINIO_SECRET_KEY:-minioadmin}
|
||||
S3_BUCKET: planta-storage
|
||||
GLITCHTIP_DSN: https://646a927be6c54c989a75c145247d89f9@glitchtip.mana.how/13
|
||||
GLITCHTIP_DSN: http://646a927be6c54c989a75c145247d89f9@glitchtip:8020/13
|
||||
ports:
|
||||
- "3022:3022"
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue