Add USE_DOCKER_WATCHOPTIONS

Let docker containers to make use of watchOptions and polling
parent 2dd9d5a2
...@@ -15,6 +15,7 @@ services: ...@@ -15,6 +15,7 @@ services:
environment: environment:
- API_HOST=http://localhost:8491 - API_HOST=http://localhost:8491
- FALLBACK=http://localhost:8080 - FALLBACK=http://localhost:8080
- USE_DOCKER_WATCHOPTIONS=true
build: build:
context: ./ context: ./
dockerfile: Dockerfile dockerfile: Dockerfile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment