From 2ae5f1b59625a0b3754600bf13ae3a314fa73ae5 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Tue, 24 Mar 2026 20:52:46 +0000 Subject: [PATCH] disabled healthchecks --- compose-monitor.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/compose-monitor.yml b/compose-monitor.yml index 52e2d6a..02989e5 100644 --- a/compose-monitor.yml +++ b/compose-monitor.yml @@ -25,11 +25,6 @@ services: resources: limits: memory: 256M - healthcheck: - test: ["CMD-SHELL", "wget -q --spider http://localhost:8090 || exit 1"] - interval: 30s - timeout: 5s - retries: 3 # ATLAS UI atlas: image: keinstien/atlas:latest @@ -42,9 +37,4 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock environment: - - ATLAS_PORT=8888 - healthcheck: - test: ["CMD-SHELL", "wget -q --spider http://localhost:8888 || exit 1"] - interval: 30s - timeout: 5s - retries: 3 \ No newline at end of file + - ATLAS_PORT=8888 \ No newline at end of file