From 7122b77ff491a42833b95ae80342411a812970a6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 16 Jun 2021 07:35:57 +0000 Subject: [PATCH] Version v1.3.15; sync labels --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index c3eb294..cc7f928 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.0-10ba1957 + - coop-cloud.${STACK_NAME}.app.version=v1.3.15- 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-b64e57f5 + - coop-cloud.${STACK_NAME}.pusher.version=master- back: image: thecodingmachine/workadventure-back:v1.4.0 command: yarn run runprod @@ -64,7 +64,7 @@ services: - "traefik.http.routers.${STACK_NAME}-back.rule=Host(`api.${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}-back.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}-back.tls.certresolver=${LETS_ENCRYPT_ENV}" - - coop-cloud.${STACK_NAME}.back.version=v1.3.0-0ef1ee38 + - coop-cloud.${STACK_NAME}.back.version=v1.4.0- networks: proxy: external: true