diff --git a/infrastructure/docker-compose.gpu-box.yml b/infrastructure/docker-compose.gpu-box.yml index 32c991cb1..a06e45c97 100644 --- a/infrastructure/docker-compose.gpu-box.yml +++ b/infrastructure/docker-compose.gpu-box.yml @@ -299,12 +299,7 @@ services: depends_on: loki: condition: service_started - healthcheck: - test: ['CMD', 'wget', '--no-verbose', '--tries=1', '--spider', 'http://127.0.0.1:9080/ready'] - interval: 60s - timeout: 10s - retries: 3 - start_period: 15s + # healthcheck disabled: promtail image has no curl/wget/nc; restart policy handles crashes # ============================================ # Phase 2d — Glitchtip mit dedizierter Postgres + Redis (2026-05-06)