Skip to content

Commit

Permalink
make docker-compose-portainer-template match registry version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jarno-knaw committed Oct 3, 2024
1 parent 206cf36 commit a0eda8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-portainer-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
networks:
- traefik-public
template-skosmos:
image: ${IMAGE:-ghcr.io/knaw-huc/sd-skosmos:v2.15-1.2.0}
image: ${IMAGE:-ghcr.io/knaw-huc/sd-skosmos:v2.18.1-1.3.1}
environment:
- ADMIN_PASSWORD=$ADMIN_PASSWORD
- SPARQL_ENDPOINT=http://graphdb:7200/repositories/skosmos
Expand All @@ -41,7 +41,7 @@ services:
- graphdb
- template-skosmos-loader
template-skosmos-loader:
image: ghcr.io/knaw-huc/sd-skosmos-loader:v2.15-1.2.0
image: ghcr.io/knaw-huc/sd-skosmos-loader:v2.18.1-1.3.1
environment:
- ADMIN_PASSWORD=$ADMIN_PASSWORD
- SPARQL_ENDPOINT=http://graphdb:7200/repositories/skosmos
Expand Down

0 comments on commit a0eda8c

Please # to comment.