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

This commit is contained in:
2025-07-03 13:39:25 +02:00
parent 04caca0798
commit 6c8b7dd2a7

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: onlyoffice/documentserver:8.3.0
image: onlyoffice/documentserver:9.0.2
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.10.0+8.3.0"
- "coop-cloud.${STACK_NAME}.version=2.11.0+9.0.2"
rabbitmq:
image: rabbitmq:4.0.5
image: rabbitmq:4.1.1
networks:
- internal
healthcheck: