chore: publish 2.10.0+8.3.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-02-11 18:01:19 +01:00
parent 45d1f09317
commit 04caca0798
Signed by: moritz
GPG Key ID: 1020A035E5DD0824

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: onlyoffice/documentserver:8.2.1
image: onlyoffice/documentserver:8.3.0
depends_on:
- db
- rabbitmq
@ -47,10 +47,10 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-fwdproto"
- "traefik.http.middlewares.${STACK_NAME}-fwdproto.headers.customRequestHeaders.X-Forwarded-Proto=https"
- "coop-cloud.${STACK_NAME}.version=2.9.0+8.2.1"
- "coop-cloud.${STACK_NAME}.version=2.10.0+8.3.0"
rabbitmq:
image: rabbitmq:4.0.4
image: rabbitmq:4.0.5
networks:
- internal
healthcheck: