Skip to content

Commit

Permalink
chore: bump start-stack to 2024.04.02 (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Apr 24, 2024
1 parent b742ef8 commit daacd16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions src/dsp_tools/resources/start-stack/docker-compose.yml
@@ -1,13 +1,11 @@
---

version: "3.7"

services:

api:
# on the verge of every deployment (fortnightly), update the "image" value from the "api" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/knora-api:v30.11.0
image: daschswiss/knora-api:v30.12.0
depends_on:
- sipi
- db
Expand Down Expand Up @@ -35,7 +33,7 @@ services:

sipi:
# on the verge of every deployment (fortnightly), take the same tag as DSP-API
image: daschswiss/knora-sipi:v30.11.0
image: daschswiss/knora-sipi:v30.12.0
ports:
- "1024:1024"
volumes:
Expand All @@ -58,7 +56,7 @@ services:
app:
# on the verge of every deployment (fortnightly), update the "image" value from the "app" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/dsp-app:v11.8.0
image: daschswiss/dsp-app:v11.9.0
ports:
- "4200:4200"
networks:
Expand All @@ -67,7 +65,7 @@ services:
db:
# on the verge of every deployment (fortnightly), update the "image" value from the "db" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/apache-jena-fuseki:2.1.5
image: daschswiss/apache-jena-fuseki:5.0.0-1
ports:
- "3030:3030"
networks:
Expand All @@ -80,7 +78,7 @@ services:
ingest:
# on the verge of every deployment (fortnightly), update the "image" value from the "ingest" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/dsp-ingest:v0.8.2
image: daschswiss/dsp-ingest:v0.8.3
ports:
- "3340:3340"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion src/dsp_tools/resources/start-stack/start-stack-config.yml
@@ -1,4 +1,4 @@
---

# take commit hash of latest DSP-API release from https://github.com/dasch-swiss/dsp-api/commits/main
DSP-API commit: e666752a08383e035aeec720602936024f900439
DSP-API commit: 71979a5fb391174ee6166b4243ef0757995ec6c4

0 comments on commit daacd16

Please sign in to comment.