Skip to content

Commit

Permalink
chore(build): change image
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Sep 29, 2022
1 parent 4f89dad commit 3356638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
# uncomment for local dev
# build: ./frontend
restart: always
image: gitlab.zbmed.de:5050/km/nfdi4health/bachelorthesis/frontend:${VERSION}
image: gitlab.zbmed.de:5050/km/nfdi4health/annotation-workbench/frontend:${VERSION}

environment:
- API_PASS=http://backend:5000
Expand All @@ -19,7 +19,7 @@ services:
# uncomment for local dev
# build: ./backend
restart: always
image: gitlab.zbmed.de:5050/km/nfdi4health/bachelorthesis/backend:${VERSION}
image: gitlab.zbmed.de:5050/km/nfdi4health/annotation-workbench/backend:${VERSION}
expose:
- "5000"
environment:
Expand Down

0 comments on commit 3356638

Please sign in to comment.