disabled healthchecks
This commit is contained in:
parent
df158694ab
commit
2ae5f1b596
|
|
@ -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
|
||||
- ATLAS_PORT=8888
|
||||
Loading…
Reference in New Issue