Skip to content

Commit

Permalink
[Fix] Point to new docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Oct 9, 2024
1 parent 1731b82 commit 4733f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/keycloak-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- ../shared/nginx/statistics.html:/usr/share/nginx/html/statistics.html:ro

record-manager:
image: ghcr.io/kbss-cvut/kbss-cvut/record-manager-ui:latest
image: ghcr.io/kbss-cvut/record-manager-ui:latest
container_name: ${RECORD_SET_NAME:-rm}-record-manager
expose:
- "80"
Expand All @@ -60,7 +60,7 @@ services:
EXTENSIONS: "${RECORD_MANAGER_EXTENSIONS:-supplier}"

record-manager-server:
image: ghcr.io/kbss-cvut/kbss-cvut/record-manager:latest
image: ghcr.io/kbss-cvut/record-manager:latest
container_name: ${RECORD_SET_NAME:-rm}-record-manager-server
expose:
- "8080"
Expand Down

0 comments on commit 4733f1d

Please sign in to comment.