From 24d387e91d1bdd1e41e899ea3466b7420730dc44 Mon Sep 17 00:00:00 2001 From: Dennis Schiese Date: Tue, 21 May 2024 12:37:08 +0200 Subject: [PATCH] Added env to srv config --- service_config/files/env | 4 ++-- service_config/service_config.json | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/service_config/files/env b/service_config/files/env index bfcec56..b152895 100644 --- a/service_config/files/env +++ b/service_config/files/env @@ -1,3 +1,3 @@ -QANARY_PIPELINE_URL=http://localhost:8080 -QANARY_EXPLANATION_SERVICE_URL=http://localhost:4000 +QANARY_PIPELINE_URL=http://demos.swe.htwk-leipzig.de:40111 +QANARY_EXPLANATION_SERVICE_URL=http://demos.swe.htwk-leipzig.de:40190 QANARY_PIPELINE_COMPONENTS=http://demos.swe.htwk-leipzig.de:40111/components \ No newline at end of file diff --git a/service_config/service_config.json b/service_config/service_config.json index e69de29..7f15afa 100644 --- a/service_config/service_config.json +++ b/service_config/service_config.json @@ -0,0 +1,11 @@ +{ + "services": [{ + "mode": "dockerfile", + "port": "40119:8501", + "image": "wseresearch/qanary-explainability-demo", + "tag": "latest", + "files": { + ".env": "files/env" + } + }] +} \ No newline at end of file