Skip to content

Commit

Permalink
chore: downgrade start-stack to 2023.11.02 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Dec 19, 2023
1 parent 1d22716 commit 09f50ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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:v11.1.7
image: daschswiss/dsp-app:v11.1.5
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.4
image: daschswiss/apache-jena-fuseki:2.1.2
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.6.0
image: daschswiss/knora-sipi:v30.5.2
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.6.0
image: daschswiss/knora-api:v30.5.2
depends_on:
- sipi
- db
Expand Down Expand Up @@ -79,7 +79,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.4.0
image: daschswiss/dsp-ingest:v0.3.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: 9fc109cc9ec91e7e8245ec4a438cdf775b32f48d
DSP-API commit: 44e6bdc69db4b7357732c006802767787a534b1b

0 comments on commit 09f50ff

Please sign in to comment.