Harden webhook and health checks
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
environment:
|
||||
- VITE_API_BASE_URL=https://test.coppertone.tech/api
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://localhost/"]
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1/"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user