docker: add AUTH_HOST env var to docker compose
This commit was merged in pull request #137.
This commit is contained in:
@@ -50,6 +50,7 @@ services:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- API_HOST=http://submissions:8082/v1
|
||||
- AUTH_HOST=http://localhost:8080/
|
||||
|
||||
validation:
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user