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:
Greg 2023-10-08 19:48:30 +02:00 committed by GitHub
parent 4e921c650e
commit 0e9a51cfb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ services:
# DEFAULT_ADMIN_PASSWORD: "DEMO_PASSWORD"
# COOKIE_KEYS: "somesafecookiekeys"
# JWT_SECRET: "somesafesecret"
# DOMAIN_WHITELIST: "*"
ports:
- "7001:7001"
links: