Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Update P6 Core's health check endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
choucrifahed committed Jan 22, 2021
1 parent 5d99d52 commit 0e5568e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose/deploy/app-developer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- p6auth_client_id=${CLIENT_ID}
- p6auth_client_secret=${CLIENT_SECRET}
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/p6/vmstats"]
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/p6"]
interval: 10s
timeout: 30s
retries: 5
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/deploy/demobc-developer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- p6auth_client_id=${CLIENT_ID}
- p6auth_client_secret=${CLIENT_SECRET}
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/p6/vmstats"]
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/p6"]
interval: 10s
timeout: 30s
retries: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- p6auth_client_id=${CLIENT_ID}
- p6auth_client_secret=${CLIENT_SECRET}
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/p6/vmstats"]
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/p6"]
interval: 10s
timeout: 30s
retries: 5
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/deploy/standalone-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- p6auth_client_id=${CLIENT_ID}
- p6auth_client_secret=${CLIENT_SECRET}
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/p6/vmstats"]
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/p6"]
interval: 10s
timeout: 30s
retries: 5
Expand Down

0 comments on commit 0e5568e

Please sign in to comment.