Skip to content

Commit

Permalink
bump versions of components, add triangle auth as extra host to porta…
Browse files Browse the repository at this point in the history
…l, remove old mapping paths
  • Loading branch information
juliangruendner committed Oct 20, 2024
1 parent dc5305f commit 06f3814
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions feasibility-portal/backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
dataportal-backend:
restart: unless-stopped
image: ghcr.io/medizininformatik-initiative/feasibility-backend:6.0.0-test.1
image: ghcr.io/medizininformatik-initiative/feasibility-backend:6.0.0-alpha.3
ports:
- ${DATAPORTAL_BACKEND_PORT:-127.0.0.1:8091}:8090
depends_on:
Expand Down Expand Up @@ -30,8 +30,6 @@ services:
# ---- ontology
ONTOLOGY_FILES_FOLDER_UI: ${DATAPORTAL_BACKEND_ONTOLOGY_FILES_FOLDER:-/opt/dataportal-backend/ontology}
ONTOLOGY_DB_MIGRATION_FOLDER: ${DATAPORTAL_BACKEND_ONTOLOGY_DB_MIGRATION_FOLDER:-/opt/dataportal-backend/ontology/migration}
MAPPINGS_FILE: ${DATAPORTAL_BACKEND_ONTOLOGY_FILES_FOLDER:-/opt/dataportal-backend/ontology}/codex-term-code-mapping.json
CONCEPT_TREE_FILE: ${DATAPORTAL_BACKEND_ONTOLOGY_FILES_FOLDER:-/opt/dataportal-backend/ontology}/codex-code-tree.json
# ---- auth
KEYCLOAK_ENABLED: ${DATAPORTAL_BACKEND_KEYCLOAK_ENABLED:-true}
KEYCLOAK_BASE_URL: ${DATAPORTAL_BACKEND_KEYCLOAK_BASE_URL:-http://keycloak:8080}
Expand All @@ -43,7 +41,7 @@ services:
KEYCLOAK_BASE_URL_JWK: ${DATAPORTAL_BACKEND_KEYCLOAK_BASE_URL_JWK:-http://auth:8080}
KEYCLOAK_REALM: ${DATAPORTAL_BACKEND_KEYCLOAK_REALM:-dataportal}
#---- Mock broker
BROKER_CLIENT_MOCK_ENABLED: ${DATAPORTAL_BACKEND_BROKER_CLIENT_MOCK_ENABLED:-true}
BROKER_CLIENT_MOCK_ENABLED: ${DATAPORTAL_BACKEND_BROKER_CLIENT_MOCK_ENABLED:-false}
#---- Direct broker
BROKER_CLIENT_DIRECT_ENABLED: ${DATAPORTAL_BACKEND_BROKER_CLIENT_DIRECT_ENABLED:-false}
BROKER_CLIENT_DIRECT_USE_CQL: ${DATAPORTAL_BACKEND_BROKER_CLIENT_DIRECT_USE_CQL:-false}
Expand Down Expand Up @@ -90,6 +88,8 @@ services:
# ---- logging
LOG_LEVEL_SQL: ${DATAPORTAL_BACKEND_LOG_LEVEL_SQL:-warn}
LOG_LEVEL: ${DATAPORTAL_BACKEND_LOG_LEVEL:-warn}
extra_hosts:
- "auth.localhost:host-gateway"
volumes:
- ${DATAPORTAL_BACKEND_CERTS_PATH:-../secrets}:/opt/dataportal-security
- ./certs:/opt/dataportal-backend/certs
Expand Down
2 changes: 1 addition & 1 deletion feasibility-portal/gui/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
dataportal-ui:
image: ghcr.io/medizininformatik-initiative/feasibility-gui:6.0.0-test.4
image: ghcr.io/medizininformatik-initiative/feasibility-gui:6.0.0-alpha.4
restart: unless-stopped
volumes:
- ./deploy-config.json:/usr/share/nginx/html/assets/config/config.deploy.json
2 changes: 1 addition & 1 deletion feasibility-triangle/flare/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
flare:
image: ghcr.io/medizininformatik-initiative/flare:2.3.0
image: ghcr.io/medizininformatik-initiative/flare:2.4.0-alpha.2
ports:
- ${FEASIBILITY_FLARE_PORT:-127.0.0.1:8084}:8080
environment:
Expand Down
2 changes: 1 addition & 1 deletion feasibility-triangle/torch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- triangle-torch-data-store:/app/output
torch:
restart: unless-stopped
image: ghcr.io/medizininformatik-initiative/torch:develop
image: ghcr.io/medizininformatik-initiative/torch:1.0.0-alpha.1
ports:
- ${TORCH_PORT:-127.0.0.1:8086}:8080
environment:
Expand Down

0 comments on commit 06f3814

Please sign in to comment.