Skip to content

Commit

Permalink
Added env to srv config
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed May 21, 2024
1 parent 853bdc6 commit 24d387e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service_config/files/env
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions service_config/service_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"services": [{
"mode": "dockerfile",
"port": "40119:8501",
"image": "wseresearch/qanary-explainability-demo",
"tag": "latest",
"files": {
".env": "files/env"
}
}]
}

0 comments on commit 24d387e

Please sign in to comment.