chore: publish 1.2.0+v1.52.0 release

This commit is contained in:
decentral1se 2022-02-10 11:21:01 +01:00
parent 17ad6ac250
commit 1188f5d770
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "matrixdotorg/synapse:v1.51.0"
image: "matrixdotorg/synapse:v1.52.0"
volumes:
- "data:/data"
secrets:
@ -51,7 +51,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.1.0+v1.51.0"
- "coop-cloud.${STACK_NAME}.version=1.2.0+v1.52.0"
db:
image: postgres:13-alpine