Skip to content

Commit

Permalink
fix: healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Laiso committed Feb 7, 2024
1 parent b44ba13 commit 6198543
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ services:
networks:
- satosa-saml2spid
healthcheck:
test: curl --fail http://localhost/SAML2IDP/metadata || exit 1
interval: 2s
test: wget -O - https://satosa-nginx/Saml2IDP/metadata --no-check-certificate || exit 1
interval: 30s
retries: 10
start_period: 10s
timeout: 10s
start_period: 30s
timeout: 30s

satosa-nginx:
image: nginx:alpine
Expand Down

0 comments on commit 6198543

Please sign in to comment.