mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
use selenium hub / node container image version '3.8.1-erbium'
This commit is contained in:
@@ -2,11 +2,14 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
hub:
|
hub:
|
||||||
image: selenium/hub
|
image: selenium/hub:3.8.1-erbium
|
||||||
ports:
|
ports:
|
||||||
- 4444:4444
|
- 4444:4444
|
||||||
chrome:
|
chrome:
|
||||||
image: selenium/node-chrome
|
image: selenium/node-chrome:3.8.1-erbium
|
||||||
|
# uncomment the two lines below to make tests watchable at vnc://localhost:secret@localhost:5900
|
||||||
|
# image: selenium/node-chrome-debug:3.8.1-erbium
|
||||||
|
# ports: ['5900:5900']
|
||||||
links:
|
links:
|
||||||
- hub
|
- hub
|
||||||
volumes:
|
volumes:
|
||||||
@@ -15,7 +18,7 @@ services:
|
|||||||
HUB_PORT_4444_TCP_ADDR: hub
|
HUB_PORT_4444_TCP_ADDR: hub
|
||||||
HUB_PORT_4444_TCP_PORT: 4444
|
HUB_PORT_4444_TCP_PORT: 4444
|
||||||
firefox:
|
firefox:
|
||||||
image: selenium/node-firefox
|
image: selenium/node-firefox:3.8.1-erbium
|
||||||
links:
|
links:
|
||||||
- hub
|
- hub
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user