mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
17 lines
434 B
YAML
17 lines
434 B
YAML
version: '3.8'
|
|
services:
|
|
browserless:
|
|
image: browserless/chrome:1-chrome-stable
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- DEBUG=browserless:*
|
|
- MAX_CONCURRENT_SESSIONS=100
|
|
- CONNECTION_TIMEOUT=300000
|
|
- MAX_QUEUE_LENGTH=100
|
|
- ENABLE_CORS=true
|
|
- ENABLE_DEBUG_VIEWER=true
|
|
- EXIT_ON_HEALTH_FAILURE=true
|
|
# TOKEN=4e2a9c32-2854-479a-a9f3-ba8899f2fdc1
|
|
restart: unless-stopped
|