2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-01 18:47:24 +01:00
This commit is contained in:
kev
2019-11-03 04:34:23 +08:00
parent fdd9fff144
commit a92a4daac7
10 changed files with 71 additions and 0 deletions

18
ggr/docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
version: "3.7"
services:
ggr:
image: vimagick/ggr
ports:
- "4444:4444"
volumes:
- ./data/grid-router:/etc/grid-router
environment:
- BROWSER_NAME=chrome
- BROWSER_VERSION=78.0
- BROWSER_REGION=1
- BROWSER_HOSTS=tasks.chrome
- BROWSER_PORT=5555
- BROWSER_COUNT=10
restart: unless-stopped