Version v1.3.15; sync labels
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-17 09:35:46 +02:00
parent c4eda5fd37
commit debb5403d1
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 3 additions and 3 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.0-10ba1957
- coop-cloud.${STACK_NAME}.app.version=v1.3.15-34e607a4
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-acd5d048
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-35852d12
networks:
proxy:
external: true