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