@@ -11,7 +11,8 @@ INSECURE=true
1111# # Traefik Settings ##
1212# Note: Traefik is always enabled and can't be disabled.
1313# The recommended (and tested) version to pull. If no version is used, it pulls "latest"
14- TRAEFIK_DOCKER_TAG = v3.5.3
14+ # release notes: https://github.com/traefik/traefik/releases
15+ TRAEFIK_DOCKER_TAG = v3.5.4
1516# Serve Traefik dashboard.
1617# Defaults to "false".
1718TRAEFIK_DASHBOARD =
@@ -177,7 +178,8 @@ TIKA_IMAGE=
177178# Note: the leading colon is required to enable the service.
178179COLLABORA = :collabora.yml
179180# The recommended (and tested) version to pull. If no version is used, it pulls "latest"
180- COLLABORA_DOCKER_TAG = 25.04.5.3.1
181+ # release notes: https://www.collaboraonline.com/release-notes/
182+ COLLABORA_DOCKER_TAG = 25.04.6.2.1
181183# Domain of Collabora, where you can find the frontend.
182184# Defaults to "collabora.owncloud.test"
183185COLLABORA_DOMAIN =
@@ -227,7 +229,8 @@ CLAMAV_DOCKER_TAG=
227229# Defaults to community if not set otherwise
228230ONLYOFFICE_IMAGE = onlyoffice/documentserver
229231# The recommended (and tested) version to pull. If no version is used, it pulls "latest"
230- ONLYOFFICE_DOCKER_TAG = 9.0.4.1
232+ # release notes: https://github.com/ONLYOFFICE/DocumentServer/releases
233+ ONLYOFFICE_DOCKER_TAG = 9.1.0.1
231234
232235# EE only: the path to your license file on the host.
233236# To activate a license file, comment ONLYOFFICE_DEACTIVATE_LICENSE. Otherwise, it <must> stay uncommented.
@@ -249,9 +252,12 @@ ONLYOFFICE_DOMAIN=
249252# Mailpit serves as both an email server and a catcher tool for testing purposes.
250253# DO NOT use in Production.
251254# Note: the leading colon is required to enable the service.
252- # MAIL_SERVER=:mailserver.yml
255+ # MAIL_SERVER=:mailserver.yml
253256# Domain for mail server. Defaults to "mail.owncloud.test".
254257MAIL_SERVER_DOMAIN =
258+ # The recommended (and tested) version to pull. If no version is used, it pulls "latest"
259+ # release notes: https://github.com/axllent/mailpit/releases
260+ MAIL_SERVER_DOCKER_TAG = v1.27.10
255261
256262
257263# # IMPORTANT ##
0 commit comments