From 744b5db993bb147b19902e906c82fc30cee45c9d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Jun 2021 07:03:54 +0000 Subject: [PATCH] Version v1.4.1; sync labels --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index a2583d5..85e5a13 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: - "traefik.http.routers.${STACK_NAME}-app.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}-app.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}-app.tls.certresolver=${LETS_ENCRYPT_ENV}" - - coop-cloud.${STACK_NAME}.app.version=v1.3.15-34e607a4 + - coop-cloud.${STACK_NAME}.app.version=v1.4.1-5c931bb4 pusher: image: thecodingmachine/workadventure-pusher:master command: yarn run runprod @@ -43,7 +43,7 @@ services: - "traefik.http.routers.${STACK_NAME}-pusher.rule=Host(`pusher.${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}-pusher.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}-pusher.tls.certresolver=${LETS_ENCRYPT_ENV}" - - coop-cloud.${STACK_NAME}.pusher.version=master-b4351d55 + - coop-cloud.${STACK_NAME}.pusher.version=master-192ba22a back: image: thecodingmachine/workadventure-back:v1.4.1 command: yarn run runprod