Compare commits

...

5 Commits
v1.4.7 ... main

Author SHA1 Message Date
Renovate Bot 7bd5f9b7f9 Version v1.4.8; sync labels
continuous-integration/drone/push Build is passing Details
2021-07-22 07:04:12 +00:00
Renovate Bot a739dea840 Update thecodingmachine/workadventure-front Docker tag to v1.4.8
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details
2021-07-22 07:03:56 +00:00
Renovate Bot ebacf53fb5 Version v1.4.7; sync labels
continuous-integration/drone/push Build is failing Details
2021-07-21 07:04:18 +00:00
Renovate Bot a4292b3825 Version v1.4.7_1; sync labels
continuous-integration/drone/push Build is failing Details
2021-07-21 07:04:02 +00:00
Renovate Bot 5cd47a3094 Update thecodingmachine/workadventure-back Docker tag to v1.4.8
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details
2021-07-21 07:03:46 +00:00
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: thecodingmachine/workadventure-front:v1.4.7
image: thecodingmachine/workadventure-front:v1.4.8
networks:
- proxy
environment:
@ -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.4.7-adf0dc8c
- coop-cloud.${STACK_NAME}.app.version=v1.4.8-d82bdd95
pusher:
image: thecodingmachine/workadventure-pusher:master
command: yarn run runprod
@ -43,9 +43,9 @@ 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-2feb8319
- coop-cloud.${STACK_NAME}.pusher.version=master-702e53f9
back:
image: thecodingmachine/workadventure-back:v1.4.7
image: thecodingmachine/workadventure-back:v1.4.8
command: yarn run runprod
networks:
- proxy
@ -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.4.7-5c299107
- coop-cloud.${STACK_NAME}.back.version=v1.4.8-702eacb6
networks:
proxy:
external: true