Merge pull request #4736 from pranavxc/main
Update health check endpoint of Nocodb service
This commit is contained in:
commit
478701ed29
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
volumes:
|
||||
- nocodb-data:/usr/app/data/
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8080"]
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8080/api/v1/health"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue