Skip to content

Commit

Permalink
chore: fix health check for integration service (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored Jan 10, 2025
1 parent d616d7f commit 94143dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ services:
args:
GO: ${GO}
healthcheck:
test: ["CMD", "curl", "--http2-prior-knowledge", "-XPOST", "-H", "content-type: application/grpc"]
test: ["CMD", "curl", "--http2-prior-knowledge", "-XPOST", "-H", "content-type: application/grpc", "localhost:41414"]
interval: 5s
timeout: 30s
retries: 3
Expand Down

0 comments on commit 94143dd

Please sign in to comment.