chore: Expose port 3000 in browserless.yaml template
This commit is contained in:
parent
518ba3502d
commit
110fac944d
2 changed files with 3 additions and 1 deletions
|
|
@ -10,6 +10,8 @@ services:
|
|||
environment:
|
||||
- TOKEN=$SERVICE_BASE64_BROWSERLESS_TOKEN
|
||||
- SERVICE_FQDN_BROWSERLESS_3000
|
||||
expose:
|
||||
- 3000
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/docs"]
|
||||
interval: 2s
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue