public-health-ch/tests/testapp/docker-compose.yaml

12 lines
137 B
YAML
Raw Normal View History

2017-03-13 15:59:47 +00:00
hub:
image: selenium/hub
ports:
- "4444:4444"
firefox:
image: selenium/node-firefox
links:
- hub
expose:
- "5555"