Introduce docker-compose healtcheck using X-INSTANA-SYNTHETIC

This commit is contained in:
Cedric Ziel
2020-04-10 00:40:30 +02:00
committed by Cedric Ziel
parent 83e1977b2f
commit 6bcb2872c3

View File

@@ -65,6 +65,11 @@ services:
- robot-shop
depends_on:
- mysql
healthcheck:
test: ["CMD", "curl", "-H", "X-INSTANA-SYNTHETIC: 1", "-f", "http://localhost/_health"]
interval: 1s
timeout: 10s
retries: 3
payment:
build:
context: payment