1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/browserless/docker-compose.yml

17 lines
434 B
YAML
Raw Normal View History

2023-02-22 10:38:45 +00:00
version: '3.8'
services:
browserless:
image: browserless/chrome:1-chrome-stable
ports:
- "3000:3000"
environment:
2023-10-24 09:38:05 +00:00
- DEBUG=browserless:*
2023-02-22 10:38:45 +00:00
- MAX_CONCURRENT_SESSIONS=100
- CONNECTION_TIMEOUT=300000
- MAX_QUEUE_LENGTH=100
- ENABLE_CORS=true
- ENABLE_DEBUG_VIEWER=true
- EXIT_ON_HEALTH_FAILURE=true
2023-11-24 09:13:11 +00:00
# TOKEN=4e2a9c32-2854-479a-a9f3-ba8899f2fdc1
2023-02-22 10:38:45 +00:00
restart: unless-stopped