From 9f587c6c5a9a0921bf7914b94860c587c1b2d6b1 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 27 Apr 2023 18:19:08 -0400 Subject: [PATCH] chore: publish 0.2.0+v2.17.3 release --- compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index c4f153a..d9aea5a 100644 --- a/compose.yml +++ b/compose.yml @@ -33,7 +33,7 @@ x-environment: &default-env services: app: - image: loomio/loomio:v2.11.13 + image: loomio/loomio:v2.17.3 configs: - source: entrypoint target: /entrypoint.sh @@ -64,9 +64,9 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=0.1.0+v2.7.10" + - "coop-cloud.${STACK_NAME}.version=0.2.0+v2.17.3" worker: - image: loomio/loomio:v2.11.13 + image: loomio/loomio:v2.17.3 configs: - source: entrypoint target: /entrypoint.sh @@ -88,7 +88,7 @@ services: - loomio_files:/loomio/public/files - loomio_plugins:/loomio/plugins/docker db: - image: postgres:12.7 + image: postgres:12.14 networks: - backend volumes: @@ -119,7 +119,7 @@ services: environment: - REDIS_URL=redis://redis:6379 cron: - image: loomio/loomio:v2.7.10 + image: loomio/loomio:v2.17.3 configs: - source: entrypoint target: /entrypoint.sh