Compare commits

...
Author SHA1 Message Date
renovate-bot bd3b0971e4 chore(deps): update postgres docker tag to v9.6
continuous-integration/drone/pr Build is failing
2026-03-10 18:00:33 +00:00
carla 2820843f6a Merge remote-tracking branch 'origin/main'
continuous-integration/drone/push Build is failing
2026-01-12 15:32:45 +01:00
iexos 59971c18be remove default TIMEOUT (abra #596)
continuous-integration/drone/push Build is failing
2025-12-30 14:00:50 +01:00
carla 5da7b78c14 recipe patch version 2.11.1+9.0.2 2025-11-13 09:31:20 +01:00
carla 6c8b7dd2a7 chore: publish 2.11.0+9.0.2 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-07-03 13:39:25 +02:00
moritz 04caca0798 chore: publish 2.10.0+8.3.0 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-02-11 18:05:58 +01:00
cas 45d1f09317 Update .drone.yml
continuous-integration/drone/push Build is passing
2025-01-08 10:09:13 -08:00
moritz b571899521 fix drone runner
continuous-integration/drone/push Build is passing
2024-11-26 22:20:26 +01:00
4 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -19,6 +19,7 @@ steps:
LETS_ENCRYPT_ENV: production
ENTRYPOINT_VERSION: v1
SECRET_DB_PASSWORD_VERSION: v1
PG_BACKUP_VERSION: v2
trigger:
branch:
- main
@@ -34,7 +35,7 @@ steps:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag
+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
+5
View File
@@ -25,3 +25,8 @@
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech) and [`ONLYOFFICE/Docker-DocumentServer`](https://github.com/ONLYOFFICE/Docker-DocumentServer).
[Official Onlyoffice docker compose](https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/docker-compose.yml)
## Add custom fonts
Per default the config parameter for **GENERATE_FONT** is set to *true*, so fonts list and the fonts thumbnails are regenerated at each start. To add additional fonts you can copy them via abra to the volume `/usr/share/fonts/truetype` and restart the service:
* `abra app cp 123.net calibri-regular.ttf app:/usr/share/fonts/truetype`
* `abra app restart office.tmp.dev.local-it.cloud service app`
+8 -5
View File
@@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: onlyoffice/documentserver:8.2.1
image: onlyoffice/documentserver:9.0.2
depends_on:
- db
- rabbitmq
@@ -20,6 +20,8 @@ services:
AUTO_ASSEMBLY_ENABLED:
AUTO_ASSEMBLY_INTERVAL:
AUTO_ASSEMBLY_STEP:
volumes:
- fonts:/usr/share/fonts/truetype
secrets:
- db_password
healthcheck:
@@ -38,7 +40,7 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
@@ -47,10 +49,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.9.0+8.2.1"
- "coop-cloud.${STACK_NAME}.version=2.11.0+9.0.2"
rabbitmq:
image: rabbitmq:4.0.4
image: rabbitmq:4.1.1
networks:
- internal
healthcheck:
@@ -61,7 +63,7 @@ services:
start_period: 1m
db:
image: postgres:9.5
image: postgres:9.6
deploy:
labels:
backupbot.backup: "${ENABLE_BACKUPS:-true}"
@@ -91,6 +93,7 @@ services:
volumes:
db:
fonts:
networks: