Skip to content

Commit

Permalink
Prepare 1.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau authored Jan 27, 2025
1 parent ca988b5 commit 80f2173
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:

dina-ui:
image: aafcbicoe/dina-ui:0.180.0
image: aafcbicoe/dina-ui:0.183.0
environment:
KEYCLOAK_ENABLED: true
KEYCLOAK_CLIENTID: dina-public
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- "traefik.http.services.ui.loadbalancer.server.port=8080"

seqdb-api:
image: aafcbicoe/seqdb-api:2.17.0
image: aafcbicoe/seqdb-api:2.19.0
profiles: ["seqdb_api"]
environment:
keycloak.enabled: "true"
Expand All @@ -55,7 +55,7 @@ services:
condition: service_completed_successfully

agent-api:
image: aafcbicoe/agent-api:0.28
image: aafcbicoe/agent-api:0.30
profiles: ["agent_api"]
mem_limit: 512m
environment:
Expand All @@ -81,7 +81,7 @@ services:
condition: service_completed_successfully

collection-api:
image: aafcbicoe/natural-history-collection-api:0.97
image: aafcbicoe/natural-history-collection-api:0.100
environment:
keycloak.enabled: "true"
keycloak.auth-server-url: ${KEYCLOAK_INTERNAL_URL}
Expand Down Expand Up @@ -161,7 +161,7 @@ services:
condition: service_completed_successfully

object-store-api:
image: aafcbicoe/object-store-api:1.20
image: aafcbicoe/object-store-api:1.22
mem_limit: 1024m
profiles: ["object_store_api"]
environment:
Expand Down Expand Up @@ -193,7 +193,7 @@ services:
condition: service_completed_successfully

dina-export-api:
image: aafcbicoe/dina-export-api:0.12
image: aafcbicoe/dina-export-api:0.14
profiles: ["export_api"]
mem_limit: 512m
environment:
Expand Down

0 comments on commit 80f2173

Please sign in to comment.