chore: Expose port 3000 in browserless.yaml template
This commit is contained in:
@@ -10,6 +10,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TOKEN=$SERVICE_BASE64_BROWSERLESS_TOKEN
|
- TOKEN=$SERVICE_BASE64_BROWSERLESS_TOKEN
|
||||||
- SERVICE_FQDN_BROWSERLESS_3000
|
- SERVICE_FQDN_BROWSERLESS_3000
|
||||||
|
expose:
|
||||||
|
- 3000
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/docs"]
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/docs"]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user