mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
fix: annotation-tool is missing DOMAIN_WHITELIST envvar (#5997)
The docker-compose.yml file for annotation tool
('annotation_tool/domain-compose.yml') is giving an error with latest
image.
The annotation-tool demands the `DOMAIN_WHITELIST` envvar to be defined
that is not a part of the given template referenced by the
documentation.
Signed-off-by: Greg Nagy <greg.nagy@deepset.ai>
This commit is contained in:
parent
4e921c650e
commit
0e9a51cfb1
@ -13,6 +13,7 @@ services:
|
||||
# DEFAULT_ADMIN_PASSWORD: "DEMO_PASSWORD"
|
||||
# COOKIE_KEYS: "somesafecookiekeys"
|
||||
# JWT_SECRET: "somesafesecret"
|
||||
# DOMAIN_WHITELIST: "*"
|
||||
ports:
|
||||
- "7001:7001"
|
||||
links:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user