21 lines
525 B
YAML
21 lines
525 B
YAML
# documentation: https://docs.browserless.io/
|
|
# slogan: A headless Chrome browser as a service.
|
|
# category: devtools
|
|
# tags: chrome,headless,browser,service
|
|
# logo: svgs/browserless.svg
|
|
# port: 3000
|
|
|
|
services:
|
|
browserless:
|
|
image: ghcr.io/browserless/chromium
|
|
environment:
|
|
- SERVICE_URL_BROWSERLESS_3000
|
|
- TOKEN=$SERVICE_PASSWORD_BROWSERLESS
|
|
expose:
|
|
- 3000
|
|
healthcheck:
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/docs"]
|
|
interval: 2s
|
|
timeout: 10s
|
|
retries: 15
|