mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
16 lines
388 B
YAML
16 lines
388 B
YAML
version: '3.8'
|
|
services:
|
|
browserless:
|
|
image: browserless/chrome:1-chrome-stable
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- DEBUG=browserless/chrome
|
|
- MAX_CONCURRENT_SESSIONS=100
|
|
- CONNECTION_TIMEOUT=300000
|
|
- MAX_QUEUE_LENGTH=100
|
|
- ENABLE_CORS=true
|
|
- ENABLE_DEBUG_VIEWER=true
|
|
- EXIT_ON_HEALTH_FAILURE=true
|
|
restart: unless-stopped
|