From 8094608c95b9ade96d7144f46c729facad3d65f8 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 27 Apr 2021 20:19:40 +0200 Subject: [PATCH] Version v1.3.0; sync labels --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 9d83d6d..17aad78 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=master-ffce89aa + - coop-cloud.${STACK_NAME}.app.version=v1.3.0-10ba1957 pusher: image: thecodingmachine/workadventure-pusher:master 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=master-bfadc487 + - coop-cloud.${STACK_NAME}.back.version=v1.3.0-0ef1ee38 networks: proxy: external: true