Skip to content

Commit

Permalink
Update ui and backend
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruendner committed Sep 8, 2024
1 parent b4a6f50 commit 2131381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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-alpha.2
image: ghcr.io/medizininformatik-initiative/feasibility-backend:6.0.0-test.1
ports:
- ${DATAPORTAL_BACKEND_PORT:-127.0.0.1:8091}:8090
depends_on:
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.1
image: ghcr.io/medizininformatik-initiative/feasibility-gui:6.0.0-test.4
restart: unless-stopped
ports:
- "127.0.0.1:8080:8080"
Expand Down

0 comments on commit 2131381

Please sign in to comment.