Skip to content

Commit

Permalink
chore: bump start-stack to 2023.09.02 (DEV-2690) (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Sep 20, 2023
1 parent eaf8dd6 commit 6f5b935
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/dsp_tools/resources/start-stack/docker-compose.yml
Expand Up @@ -7,7 +7,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:v10.23.3
image: daschswiss/dsp-app:v10.23.4
ports:
- "4200:4200"
networks:
Expand All @@ -16,7 +16,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.0
image: daschswiss/apache-jena-fuseki:2.1.1
ports:
- "3030:3030"
networks:
Expand All @@ -28,7 +28,7 @@ services:

sipi:
# on the verge of every deployment (fortnightly), take the same tag as DSP-API
image: daschswiss/knora-sipi:v30.0.0
image: daschswiss/knora-sipi:v30.2.1
ports:
- "1024:1024"
volumes:
Expand All @@ -49,7 +49,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.0.0
image: daschswiss/knora-api:v30.2.1
depends_on:
- sipi
- db
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: 0a135f878cdbf50617b2444816cda23ca1713c5b
DSP-API commit: f3861e8be1298035306c215ec218a331a04b763b

0 comments on commit 6f5b935

Please sign in to comment.