Skip to content

Commit

Permalink
Merge pull request #7 from code42/feature/improve-health-check-slightly
Browse files Browse the repository at this point in the history
Improve health check by removing hello-world image
  • Loading branch information
peterbriggs42 authored Feb 22, 2021
2 parents 6aca3b9 + 9fa9063 commit d8682d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ services:
retries: 3

health_checker:
build: .
command: [":"]
image: c42/mock-microservice-endpoints:1.0
entrypoint: ["echo", "All mock server containers are responding to requests!"]
container_name: "health_checker"
depends_on:
core:
condition: service_healthy
Expand Down

0 comments on commit d8682d9

Please sign in to comment.