Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gauquiebart committed Mar 8, 2024
1 parent 02a191f commit 1b8a93f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ x-logging: &default-logging

services:
lpdc:
image: lblod/frontend-lpdc:0.9.0
image: lblod/frontend-lpdc:0.10.0
environment:
EMBER_ACMIDM_SCOPE: "openid rrn profile vo abb_lpdc"
# The next variables are environment-specific.
Expand Down Expand Up @@ -208,7 +208,7 @@ services:
# LPDC-specific Services
################################################################################
lpdc-management:
image: lblod/lpdc-management-service:0.34.1
image: lblod/lpdc-management-service:0.35.0
depends_on:
migrations:
condition: service_healthy
Expand All @@ -231,7 +231,7 @@ services:
retries: 50

lpdc-publish:
image: lblod/lpdc-publish-service:0.14.0
image: lblod/lpdc-publish-service:0.15.0
depends_on:
migrations:
condition: service_healthy
Expand Down

0 comments on commit 1b8a93f

Please sign in to comment.