Compare commits

...

2 Commits

Author SHA1 Message Date
Philipp Rothmann 3072d4c33c chore: publish 2.6.1+7.4.0 release
continuous-integration/drone/push Build is passing Details
2023-07-25 12:11:40 +02:00
Philipp Rothmann c9ed2edd8f chore: publish 2.6.0+7.4.0 release 2023-07-25 12:10:03 +02:00
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: onlyoffice/documentserver:7.3.3
image: onlyoffice/documentserver:7.4.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.5.1+7.3.3"
- "coop-cloud.${STACK_NAME}.version=2.6.1+7.4.0"
rabbitmq:
image: rabbitmq:3.11.13
image: rabbitmq:3.12.2
networks:
- internal
healthcheck: