Version v1.4.1; sync labels
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Renovate Bot 2021-06-23 07:03:54 +00:00
parent ad7f65e814
commit 744b5db993
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=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