Commit 5e65978
fix(docker): point healthcheck at /api/regions (#4)
The /api/bundeslaender route was removed in the country/region refactor
(PR #3). The Dockerfile HEALTHCHECK still hit it, so the container was
flagged unhealthy and Traefik dropped it from the load balancer pool —
the public site started returning Traefik's default 404.
The production compose (managed via the ansible role) overrides this
healthcheck with the same stale URL; that needs the matching fix in the
ansible repo.
Co-authored-by: haex <mail@haex.space>1 parent af3021b commit 5e65978
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
0 commit comments