Update container compose to connect watcher to the selenium driver

This commit is contained in:
Kienan Stewart 2022-09-25 20:39:29 -04:00
parent 2a25b41baf
commit 33fa4bd266
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ services:
build:
context:
./
image: localhost/haunter
environment:
- "HAUNTER_DRIVER_URL=${HAUNTER_DRIVER_URL:-http://driver:4444}"
depends_on:
- driver
volumes: