Update health check endpoint of nocodb service
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- nocodb-data:/usr/app/data/
|
- nocodb-data:/usr/app/data/
|
||||||
healthcheck:
|
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
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
Reference in New Issue
Block a user