Skip to content

Commit

Permalink
fix(start-stack): adapt version numbers of app and db (DEV-1558) #269
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Dec 14, 2022
1 parent 60f8fe5 commit f309453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knora/dsplib/docker/docker-compose.yml
Expand Up @@ -3,14 +3,14 @@ version: '3.7'
services:

app:
image: daschswiss/dsp-app:v10.11.0-11-g4356dea # after every deployment (fortnightly), check latest tag at https://hub.docker.com/r/daschswiss/dsp-app/tags
image: daschswiss/dsp-app:v10.11.1 # after every deployment (fortnightly), check latest tag at https://hub.docker.com/r/daschswiss/dsp-app/tags
ports:
- "4200:4200"
networks:
- knora-net

db:
image: daschswiss/apache-jena-fuseki:2.0.10 # after every deployment (fortnightly), check latest tag at https://hub.docker.com/r/daschswiss/apache-jena-fuseki/tags
image: daschswiss/apache-jena-fuseki:2.0.8 # after every deployment (fortnightly), check latest tag at https://hub.docker.com/r/daschswiss/apache-jena-fuseki/tags
ports:
- "3030:3030"
networks:
Expand Down

0 comments on commit f309453

Please sign in to comment.