chore: publish 2.0.0+v1.58.1 release

This commit is contained in:
Philipp Rothmann 2022-05-12 17:26:14 +02:00
parent 65a149eac3
commit dcc9ec543d
2 changed files with 11 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "matrixdotorg/synapse:v1.55.2"
image: "matrixdotorg/synapse:v1.58.1"
volumes:
- "data:/data"
secrets:
@ -56,7 +56,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.3.0+v1.55.2"
- "coop-cloud.${STACK_NAME}.version=2.0.0+v1.58.1"
db:
image: postgres:13-alpine

9
release/2.0.0+v1.58.1 Normal file
View File

@ -0,0 +1,9 @@
This upgrade adds new env variables for homeserver.yml, please add them to your .env file:
```
ENCRYPTED_BY_DEFAULT=all
SERVE_SERVER_WELLKNOWN=false
#KEYCLOAK_ID=keycloak
#KEYCLOAK_ALLOW_EXISTING_USERS=false
```