chore: publish 2.5.0+7.3.3 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-04-05 17:48:38 +02:00
parent fce4120f09
commit ee332f5edd
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: onlyoffice/documentserver:7.3.0
image: onlyoffice/documentserver:7.3.3
depends_on:
- db
- rabbitmq
@ -46,10 +46,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.4.1+7.3.0"
- "coop-cloud.${STACK_NAME}.version=2.5.0+7.3.3"
rabbitmq:
image: rabbitmq:3.11.8
image: rabbitmq:3.11.13
networks:
- internal
healthcheck: