mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Adding selenium stability fix and unpinning se images
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
version: '2'
|
||||
services:
|
||||
hub:
|
||||
image: selenium/hub:3.8.1-erbium
|
||||
image: selenium/hub
|
||||
ports:
|
||||
- 4444:4444
|
||||
environment:
|
||||
DBUS_SESSION_BUS_ADDRESS: /dev/null
|
||||
chrome:
|
||||
image: selenium/node-chrome:3.8.1-erbium
|
||||
image: selenium/node-chrome
|
||||
# uncomment the two lines below to make tests watchable at vnc://localhost:secret@localhost:5900
|
||||
# image: selenium/node-chrome-debug
|
||||
# ports: ['5900:5900']
|
||||
@@ -17,6 +19,7 @@ services:
|
||||
environment:
|
||||
HUB_PORT_4444_TCP_ADDR: hub
|
||||
HUB_PORT_4444_TCP_PORT: 4444
|
||||
DBUS_SESSION_BUS_ADDRESS: /dev/null
|
||||
firefox:
|
||||
image: selenium/node-firefox
|
||||
links:
|
||||
@@ -38,3 +41,4 @@ services:
|
||||
environment:
|
||||
AWX_E2E_CLUSTER_HOST: hub
|
||||
AWX_E2E_CLUSTER_PORT: 4444
|
||||
DBUS_SESSION_BUS_ADDRESS: /dev/null
|
||||
|
||||
Reference in New Issue
Block a user