mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
17 lines
317 B
YAML
17 lines
317 B
YAML
services:
|
|
browserless:
|
|
image: ghcr.io/browserless/chromium:v2.23.0
|
|
environment:
|
|
TOKEN: ${BROWSERLESS_TOKEN}
|
|
expose:
|
|
- 3000
|
|
healthcheck:
|
|
test:
|
|
- CMD
|
|
- curl
|
|
- '-f'
|
|
- 'http://127.0.0.1:3000/docs'
|
|
interval: 2s
|
|
timeout: 10s
|
|
retries: 15
|