chore: Expose port 3000 in browserless.yaml template

This commit is contained in:
Andras Bacsai
2024-09-06 12:05:14 +02:00
parent 518ba3502d
commit 110fac944d
2 changed files with 3 additions and 1 deletions

View File

@@ -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