Compare commits

..
Author SHA1 Message Date
carla 64a030b0db chore: publish 2.11.1+9.0.2 release
continuous-integration/drone/tag Build is passing
2025-11-13 09:36:00 +01:00
carla bc5bf18b21 recipe patch version 2.11.1+9.0.2 2025-11-13 09:33:56 +01:00
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
TYPE=onlyoffice
#TIMEOUT=300
TIMEOUT=300
ENABLE_AUTO_UPDATE=true
LETS_ENCRYPT_ENV=production
ENABLE_BACKUPS=true
+3 -3
View File
@@ -40,7 +40,7 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
@@ -49,7 +49,7 @@ 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.11.0+9.0.2"
- "coop-cloud.${STACK_NAME}.version=2.11.1+9.0.2"
rabbitmq:
image: rabbitmq:4.1.1
@@ -63,7 +63,7 @@ services:
start_period: 1m
db:
image: postgres:9.6
image: postgres:9.5
deploy:
labels:
backupbot.backup: "${ENABLE_BACKUPS:-true}"
+2
View File
@@ -0,0 +1,2 @@
This patch upgrade adds a fonts volume
Custom fonts can be copied there as described in the readme