mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-26 23:21:36 +01:00
add jsonwire-grid
This commit is contained in:
23
jsonwire-grid/docker-compose.yml
Normal file
23
jsonwire-grid/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
|
||||
hub:
|
||||
image: vimagick/jsonwire-grid
|
||||
ports:
|
||||
- "4444:4444"
|
||||
volumes:
|
||||
- ./data:/etc/jsonwire-grid
|
||||
restart: unless-stopped
|
||||
|
||||
firefox:
|
||||
image: selenium/node-firefox:3.141.59-xenon
|
||||
entrypoint: bash -c 'SE_OPTS="-host $$HOSTNAME -port 5555" /opt/bin/entry_point.sh'
|
||||
volumes:
|
||||
- /dev/shm:/dev/shm
|
||||
environment:
|
||||
- HUB_HOST=hub
|
||||
- HUB_PORT=4444
|
||||
depends_on:
|
||||
- hub
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user