chore: publish 2.3.0+7.2.2 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-01-26 22:01:34 +01:00
parent 89ca6f28d6
commit f1c04acbf0
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: onlyoffice/documentserver:7.2.1
image: onlyoffice/documentserver:7.2.2
depends_on:
- db
- rabbitmq
@ -43,10 +43,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.2.0+7.2.1"
- "coop-cloud.${STACK_NAME}.version=2.3.0+7.2.2"
rabbitmq:
image: rabbitmq:3.9.5
image: rabbitmq:3.11.7
networks:
- internal
healthcheck: