fix: update nginx health check to use port 8080 to avoid redirect loop
This commit is contained in:
parent
48e8de6cd6
commit
4dc642ad54
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ services:
|
|||
depends_on:
|
||||
- api
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/health"]
|
||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue