fix the health check command
This commit is contained in:
@@ -18,10 +18,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /data/orion-visor-space/docker-volumes/orion-visor-service/root-orion:/root/orion
|
- /data/orion-visor-space/docker-volumes/orion-visor-service/root-orion:/root/orion
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://127.0.0.1/login"]
|
test: ["CMD", "curl", "http://127.0.0.1:9200/orion-visor/api/server/bootstrap/health"]
|
||||||
interval: 3s
|
interval: 3s
|
||||||
timeout: 180s
|
timeout: 300s
|
||||||
retries: 30
|
retries: 200
|
||||||
start_period: 3s
|
start_period: 3s
|
||||||
depends_on:
|
depends_on:
|
||||||
orion-visor-mysql:
|
orion-visor-mysql:
|
||||||
|
|||||||
Reference in New Issue
Block a user