From e1d7fee6469902c5f862c7c0a4271702e0bb4ff9 Mon Sep 17 00:00:00 2001 From: Raitis Veinbahs Date: Thu, 12 Sep 2024 12:26:44 +0300 Subject: [PATCH] feat: Provide DSP_API_URL to ingest in docker-compose.yml (DEV-3832) (#3359) --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 27c20300c3..fff26b8a84 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -83,7 +83,8 @@ services: - SIPI_USE_LOCAL_DEV=false - ALLOW_ERASE_PROJECTS=true - DB_JDBC_URL=jdbc:sqlite:/opt/db/ingest.sqlite - # - JWT_DISABLE_AUTH=true # Uncomment this line if you want to disable authentication for the ingest service + - DSP_API_URL=http://host.docker.internal:3333 + # - JWT_DISABLE_AUTH=true # Uncomment this line if you want to disable authentication for the ingest service deploy: resources: limits: