Update container compose to connect watcher to the selenium driver
This commit is contained in:
parent
2a25b41baf
commit
33fa4bd266
|
@ -20,6 +20,9 @@ services:
|
||||||
build:
|
build:
|
||||||
context:
|
context:
|
||||||
./
|
./
|
||||||
|
image: localhost/haunter
|
||||||
|
environment:
|
||||||
|
- "HAUNTER_DRIVER_URL=${HAUNTER_DRIVER_URL:-http://driver:4444}"
|
||||||
depends_on:
|
depends_on:
|
||||||
- driver
|
- driver
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue