chore: publish 0.2.0+v3.1.4 release

This commit is contained in:
3wc 2023-07-25 11:25:25 +01:00
parent 88912b04e2
commit 7e698fb964
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: calcom.docker.scarf.sh/calcom/cal.com:v3.0.13
image: calcom.docker.scarf.sh/calcom/cal.com:v3.1.4
networks:
- proxy
- backend
@ -47,7 +47,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.service=${STACK_NAME}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+v3.0.13"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v3.1.4"
## Redirect from EXTRA_DOMAINS to DOMAIN
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"