From bfe972321df7bb3a42e445a6846c8fcb122f30a8 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Mon, 8 Sep 2025 13:20:16 +0800 Subject: [PATCH] chore: fix docker-compose config Signed-off-by: Lan Liang --- config/envoy-docker.yaml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/envoy-docker.yaml b/config/envoy-docker.yaml index 189bd3a..2700b49 100644 --- a/config/envoy-docker.yaml +++ b/config/envoy-docker.yaml @@ -78,7 +78,7 @@ static_resources: - name: extproc_service connect_timeout: 300s per_connection_buffer_limit_bytes: 52428800 - type: STATIC + type: STRICT_DNS lb_policy: ROUND_ROBIN typed_extension_protocol_options: envoy.extensions.upstreams.http.v3.HttpProtocolOptions: diff --git a/docker-compose.yml b/docker-compose.yml index 87b121b..992edf1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: networks: - semantic-network healthcheck: - test: ["CMD", "nc", "-z", "localhost", "50051"] + test: ["CMD", "curl","-f", "localhost:8080/health"] interval: 10s timeout: 5s retries: 5