Update browserless.yaml
This commit is contained in:
parent
8168b564ea
commit
b73db2d725
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ services:
|
||||||
- TOKEN=$SERVICE_BASE64_BROWSERLESS_TOKEN
|
- TOKEN=$SERVICE_BASE64_BROWSERLESS_TOKEN
|
||||||
- SERVICE_FQDN_BROWSERLESS_3000
|
- SERVICE_FQDN_BROWSERLESS_3000
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/docs"]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 15
|
retries: 15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue