mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 09:44:09 -05:00
10 lines
275 B
YAML
10 lines
275 B
YAML
# See docker-compose.override.yml.* example files for dev/prod environments
|
|
|
|
services:
|
|
browserless:
|
|
image: ghcr.io/browserless/chromium
|
|
restart: unless-stopped
|
|
environment:
|
|
CONCURRENT: ${BROWSERLESS_CONCURRENT:-1}
|
|
QUEUED: ${BROWSERLESS_QUEUED:-100}
|