From 0e9a51cfb128ea2e7519dec83444daacc3ec355e Mon Sep 17 00:00:00 2001 From: Greg <146503804+komputer-says-no@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:48:30 +0200 Subject: [PATCH] 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 --- annotation_tool/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/annotation_tool/docker-compose.yml b/annotation_tool/docker-compose.yml index 044004ed1..c5522cf08 100644 --- a/annotation_tool/docker-compose.yml +++ b/annotation_tool/docker-compose.yml @@ -13,6 +13,7 @@ services: # DEFAULT_ADMIN_PASSWORD: "DEMO_PASSWORD" # COOKIE_KEYS: "somesafecookiekeys" # JWT_SECRET: "somesafesecret" + # DOMAIN_WHITELIST: "*" ports: - "7001:7001" links: