1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00
dockerfiles/selenium/docker-compose-node.yml

17 lines
381 B
YAML
Raw Normal View History

2016-11-23 15:25:50 +08:00
firefox:
2016-11-30 21:18:00 +08:00
image: selenium/node-firefox-debug
2016-11-23 15:25:50 +08:00
ports:
- "5555:5555"
- "5900:5900"
environment:
- JAVA_OPTS=-Xmx512m
2016-11-30 21:18:00 +08:00
- SCREEN_WIDTH=1024
- SCREEN_HEIGHT=768
- SCREEN_DEPTH=16
2016-11-23 15:25:50 +08: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