Skip to content
Snippets Groups Projects

Update matrixdotorg/synapse Docker tag to v1.98.0 - autoclosed

Closed renovatebot requested to merge renovate/matrixdotorg-synapse-1.x into master
Compare and Show latest version
3 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -4,7 +4,7 @@ services:
redis:
image: redis:7.0.10
image: redis:7.2.1
restart: always
networks:
- default
@@ -12,7 +12,7 @@ services:
mysql:
image: mariadb:10.10.2
image: mariadb:11.1.2
restart: always
volumes:
- /srv/nextcloud/db/:/var/lib/mysql
@@ -27,7 +27,7 @@ services:
app:
image: nextcloud:25.0.5-apache
image: nextcloud:27.1.1-apache
restart: always
volumes:
- /srv/nextcloud/data/:/var/www/html/
@@ -45,6 +45,7 @@ services:
OVERWRITEPROTOCOL: https
OVERWRITECLIURL: https://{{ domain }}
OVERWRITEHOST: {{ domain }}
APPIMAGE_EXTRACT_AND_RUN: 1
labels:
- traefik.enable=true
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
Loading