public-health-ch/tests/testapp/docker-compose.yaml
2017-03-13 16:59:47 +01:00

11 lines
137 B
YAML

hub:
image: selenium/hub
ports:
- "4444:4444"
firefox:
image: selenium/node-firefox
links:
- hub
expose:
- "5555"