mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-24 23:06:38 +02:00
fix: enable Traefik ping for healthcheck
The `traefik healthcheck` command requires `--ping=true` to be set. Without it, the healthcheck always fails even though Traefik works fine. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5f567445be
commit
f337851bb9
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ services:
|
|||
- "--log.level=INFO"
|
||||
- "--accesslog=true"
|
||||
- "--accesslog.format=json"
|
||||
# Ping (fuer Healthcheck)
|
||||
- "--ping=true"
|
||||
# Metrics fuer Prometheus
|
||||
- "--metrics.prometheus=true"
|
||||
- "--metrics.prometheus.entryPoint=metrics"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue