disinto/docker/chat
Claude 8799a8c676
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
fix: [nomad-prep] P5 — add healthchecks to agents, edge, staging, woodpecker-agent (#794)
Add Docker healthcheck blocks so Nomad check stanzas map 1:1 at migration:

- agents / agents-llama: pgrep -f entrypoint.sh (60s interval)
- woodpecker-agent: wget healthz on :3333 (30s interval)
- edge: curl Caddy admin API on :2019 (30s interval)
- staging: wget Caddy admin API on :2019 (30s interval)
- chat: add /health endpoint to server.py (no-auth 200 OK), fix
  Dockerfile HEALTHCHECK to use it, add compose-level healthcheck

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 19:39:35 +00:00
..
ui fix: address AI review feedback - early-return guard and unused volume 2026-04-12 03:38:46 +00:00
Dockerfile fix: [nomad-prep] P5 — add healthchecks to agents, edge, staging, woodpecker-agent (#794) 2026-04-15 19:39:35 +00:00
entrypoint-chat.sh fix: address review — move LOGFILE to tmpfs, add CapDrop check (#706) 2026-04-12 01:19:42 +00:00
server.py fix: [nomad-prep] P5 — add healthchecks to agents, edge, staging, woodpecker-agent (#794) 2026-04-15 19:39:35 +00:00