chore: publish 3.3.0+v1.78.0 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-03-04 14:12:33 +01:00
parent 787e0fb3a9
commit 74fb8014fa
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "matrixdotorg/synapse:v1.77.0"
image: "matrixdotorg/synapse:v1.78.0"
volumes:
- "data:/data"
depends_on:
@ -61,7 +61,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=3.2.0+v1.77.0"
- "coop-cloud.${STACK_NAME}.version=3.3.0+v1.78.0"
db:
image: postgres:13-alpine