coolify/templates/compose/browserless.yaml

21 lines
525 B
YAML
Raw Permalink Normal View History

2024-08-20 23:09:05 +00:00
# documentation: https://docs.browserless.io/
# slogan: A headless Chrome browser as a service.
# category: devtools
2024-08-20 23:09:05 +00:00
# tags: chrome,headless,browser,service
# logo: svgs/browserless.svg
# port: 3000
services:
browserless:
image: ghcr.io/browserless/chromium
environment:
- SERVICE_URL_BROWSERLESS_3000
2024-11-15 10:56:30 +00:00
- TOKEN=$SERVICE_PASSWORD_BROWSERLESS
expose:
- 3000
2024-08-20 23:09:05 +00:00
healthcheck:
2024-08-20 23:17:00 +00:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/docs"]
2024-08-20 23:09:05 +00:00
interval: 2s
timeout: 10s
retries: 15