Skip to content

Commit

Permalink
chore: bump start-stack to 2023.10.02 (DEV-2823) (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 17, 2023
1 parent 8026fcb commit 863c631
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 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.7
image: daschswiss/dsp-app:v10.24.0
ports:
- "4200:4200"
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.3.0
image: daschswiss/knora-sipi:v30.4.0
ports:
- "1024:1024"
volumes:
Expand All @@ -51,7 +51,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.3.0
image: daschswiss/knora-api:v30.4.0
depends_on:
- sipi
- db
Expand All @@ -77,7 +77,9 @@ services:
- KNORA_WEBAPI_KNORA_API_EXTERNAL_PORT=3333

ingest:
image: daschswiss/dsp-ingest:latest
# 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.3.0
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: dde3365347e06607f1036a58a931901e64a3dda8
DSP-API commit: 31cefb49ca6d724324535ffe142d6b308e4354d0

0 comments on commit 863c631

Please sign in to comment.