feat: expose API runtime identity in health

This commit is contained in:
2026-05-28 11:32:04 +01:00
parent 7fede4d082
commit 310e273aa5
4 changed files with 85 additions and 3 deletions
+5
View File
@@ -30,6 +30,8 @@ services:
- APP_ENV=development
- ENVIRONMENT=development
- START_MODE=dev
- CC_COMPOSE_PROJECT=api-dev
- CC_COMPOSE_SERVICE=backend-dev
- RUN_INIT=false
- INIT_MODE=infra
ports:
@@ -54,6 +56,9 @@ services:
- BACKEND_DEV_MODE=true
- APP_ENV=development
- ENVIRONMENT=development
- START_MODE=dev
- CC_COMPOSE_PROJECT=api-dev
- CC_COMPOSE_SERVICE=backend-test
- API_HEALTH_URL=http://192.168.0.64:18000/health
depends_on:
redis-dev: