UNPKG

374 BYAMLView Raw
1frontend:
2 build: .
3 labels:
4 - convox.port.443.protocol=https
5 environment:
6 - SELENIUM_HUB_HOST=hub
7 - SERVER_HOST=frontend
8 ports:
9 - 443:8080
10 links:
11 - hub
12hub:
13 image: selenium/hub
14 ports:
15 - 4444
16chrome:
17 image: selenium/node-chrome
18 links:
19 - hub
20 - frontend
21firefox:
22 image: selenium/node-firefox
23 links:
24 - hub
25 - frontend