thalos-dal/docs/runbooks/containerization.md
2026-03-09 11:57:46 -06:00

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.