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
@@ -46,6 +46,11 @@ services:
- .env
environment:
- REDIS_HOST=redis
- START_MODE=prod
- APP_ENV=production
- ENVIRONMENT=production
- CC_COMPOSE_PROJECT=api
- CC_COMPOSE_SERVICE=backend
- RUN_INIT=${RUN_INIT:-false} # Set to 'true' to run init on startup
- INIT_MODE=${INIT_MODE:-infra} # Which init tasks to run
ports: