Skip to content

Commit

Permalink
add healthcheck
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Jan 13, 2022
1 parent 9b20bb7 commit d32013f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
ports:
- "19876:19876"
- "12800:12800"
healthcheck:
test: ["CMD", "curl", "http://0.0.0.0:12800/receiveData"]

consumer:
build:
Expand Down

0 comments on commit d32013f

Please sign in to comment.