Skip to content

Commit

Permalink
fix hc
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Jul 7, 2024
1 parent 77481cb commit c90ce33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ services:
oidc-server-mock:
container_name: oidc-server-mock
image: ghcr.io/soluto/oidc-server-mock:0.9.2
healthcheck:
test: ['CMD', 'curl', '--fail', 'http://localhost:8080/health']
interval: 30s
timeout: 5s
retries: 3
ports:
- '7043:80'
environment:
Expand Down
5 changes: 5 additions & 0 deletions docker/docker-compose.end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ services:
oidc-server-mock:
container_name: oidc-server-mock
image: ghcr.io/soluto/oidc-server-mock:0.9.2
healthcheck:
test: ['CMD', 'curl', '--fail', 'http://localhost:8080/health']
interval: 30s
timeout: 5s
retries: 3
ports:
- '7043:80'
environment:
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c90ce33

Please sign in to comment.