Version v1.3.0; sync labels

This commit is contained in:
3wc 2021-04-27 20:19:40 +02:00
parent 640be61c68
commit 8094608c95
1 changed files with 2 additions and 2 deletions

View File

@ -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