disabled healthchecks
This commit is contained in:
parent
df158694ab
commit
2ae5f1b596
|
|
@ -25,11 +25,6 @@ services:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 256M
|
memory: 256M
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:8090 || exit 1"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 3
|
|
||||||
# ATLAS UI
|
# ATLAS UI
|
||||||
atlas:
|
atlas:
|
||||||
image: keinstien/atlas:latest
|
image: keinstien/atlas:latest
|
||||||
|
|
@ -43,8 +38,3 @@ services:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
- ATLAS_PORT=8888
|
- ATLAS_PORT=8888
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:8888 || exit 1"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 3
|
|
||||||
Loading…
Reference in New Issue