481 B
481 B
Containerization Runbook
Image Build
docker build --build-arg NUGET_FEED_USERNAME=<gitea-login> --build-arg NUGET_FEED_TOKEN=<gitea-token> -t agilewebs/thalos-dal:dev .
Local Run
docker run --rm -p 8080:8080 --name thalos-dal agilewebs/thalos-dal:dev
Health Probe
- Path:
/health - Fallback path:
/healthz - Port:
8080
Runtime Notes
- Exposes internal DAL lookup endpoints for identity token, policy, and permissions data.