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:
|
||||
context:
|
||||
./
|
||||
image: localhost/haunter
|
||||
environment:
|
||||
- "HAUNTER_DRIVER_URL=${HAUNTER_DRIVER_URL:-http://driver:4444}"
|
||||
depends_on:
|
||||
- driver
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue