Skip to content

Commit

Permalink
chore: bump start-stack to 2023.06.02 (DEV-2312) #418
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Jun 27, 2023
1 parent 313b923 commit 88a4bf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/dsp_tools/resources/start-stack/docker-compose.yml
Expand Up @@ -5,7 +5,7 @@ version: '3.7'
services:

app:
image: daschswiss/dsp-app:v10.20.3 # on the verge of every deployment (fortnightly), update this from the "app" value of
image: daschswiss/dsp-app:v10.21.0 # on the verge of every deployment (fortnightly), update this from the "app" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
ports:
- "4200:4200"
Expand All @@ -25,7 +25,7 @@ services:
- JVM_ARGS=-Xmx3G

sipi:
image: daschswiss/knora-sipi:29.0.0 # on the verge of every deployment (fortnightly), take the same tag as DSP-API
image: daschswiss/knora-sipi:29.0.1 # on the verge of every deployment (fortnightly), take the same tag as DSP-API
ports:
- "1024:1024"
volumes:
Expand All @@ -44,7 +44,7 @@ services:
command: --config=/docker/sipi.docker-config.lua

api:
image: daschswiss/knora-api:29.0.0 # on the verge of every deployment (fortnightly), update this from the "api" value of
image: daschswiss/knora-api:29.0.1 # on the verge of every deployment (fortnightly), update this from the "api" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
depends_on:
- sipi
Expand Down
2 changes: 1 addition & 1 deletion src/dsp_tools/utils/stack_handling.py
Expand Up @@ -50,7 +50,7 @@ def start_stack(

# get sipi.docker-config.lua
# take commit hash of latest DSP-API release from https://github.com/dasch-swiss/dsp-api/commits/main
commit_of_used_api_version = "29b437e14b4d6382c3ffb2981a68f1bfac0a6212"
commit_of_used_api_version = "e3a19dd975425ca75fca9f5841952fa9429837a7"
url_prefix = f"https://github.com/dasch-swiss/dsp-api/raw/{commit_of_used_api_version}/"
docker_config_lua_text = requests.get(f"{url_prefix}sipi/config/sipi.docker-config.lua", timeout=5).text
if max_file_size:
Expand Down

0 comments on commit 88a4bf3

Please sign in to comment.