1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 05:48:42 +00:00
dockerfiles/selenium/docker-compose-node.yml

17 lines
381 B
YAML
Raw Normal View History

2016-11-23 07:25:50 +00:00
firefox:
2016-11-30 13:18:00 +00:00
image: selenium/node-firefox-debug
2016-11-23 07:25:50 +00:00
ports:
- "5555:5555"
- "5900:5900"
environment:
- JAVA_OPTS=-Xmx512m
2016-11-30 13:18:00 +00:00
- SCREEN_WIDTH=1024
- SCREEN_HEIGHT=768
- SCREEN_DEPTH=16
2016-11-23 07:25:50 +00:00
- NODE_MAX_INSTANCES=2
- NODE_MAX_SESSION=2
- SE_OPTS=-host 5.6.7.8 -port 5555
- HUB_PORT_4444_TCP_ADDR=1.2.3.4
- HUB_PORT_4444_TCP_PORT=4444
restart: always