disabled healthchecks

This commit is contained in:
Marc Blatter 2026-03-24 20:52:46 +00:00
parent df158694ab
commit 2ae5f1b596
1 changed files with 1 additions and 11 deletions

View File

@ -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
@ -43,8 +38,3 @@ services:
- /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