mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
Updated docker tags in container setup
Use env variable for selenium docker tag
This commit is contained in:
parent
c7f49c1193
commit
62a3e0df98
@ -3,9 +3,9 @@ version: '2'
|
||||
services:
|
||||
chrome:
|
||||
# tests are observable at vnc://localhost:secret@localhost:5900
|
||||
image: selenium/node-chrome-debug
|
||||
image: selenium/node-chrome-debug:${SELENIUM_DOCKER_TAG}
|
||||
ports: ['5900:5900']
|
||||
firefox:
|
||||
# tests are observable at vnc://localhost:secret@localhost:5901
|
||||
image: selenium/node-firefox-dedbug
|
||||
image: selenium/node-firefox-debug:${SELENIUM_DOCKER_TAG}
|
||||
ports: ['5901:5900']
|
||||
|
||||
@ -2,13 +2,13 @@
|
||||
version: '2'
|
||||
services:
|
||||
hub:
|
||||
image: selenium/hub
|
||||
image: selenium/hub:${SELENIUM_DOCKER_TAG}
|
||||
ports:
|
||||
- 4444:4444
|
||||
environment:
|
||||
DBUS_SESSION_BUS_ADDRESS: /dev/null
|
||||
chrome:
|
||||
image: selenium/node-chrome
|
||||
image: selenium/node-chrome:${SELENIUM_DOCKER_TAG}
|
||||
links:
|
||||
- hub
|
||||
volumes:
|
||||
@ -18,7 +18,7 @@ services:
|
||||
HUB_PORT_4444_TCP_PORT: 4444
|
||||
DBUS_SESSION_BUS_ADDRESS: /dev/null
|
||||
firefox:
|
||||
image: selenium/node-firefox
|
||||
image: selenium/node-firefox:${SELENIUM_DOCKER_TAG}
|
||||
links:
|
||||
- hub
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user