Modify Files

This commit is contained in:
gitea-actions[bot]
2026-04-13 03:41:39 +00:00
parent a6204dae24
commit 782f4f58eb
4 changed files with 29 additions and 16 deletions

View File

@@ -12,6 +12,8 @@ services:
FRONTEND_APP_HANDLER_SECURE_VIEW_APP_ADDR: eu.opencloud.api.collaboration
GRAPH_AVAILABLE_ROLES: "b1e2218d-eef8-4d4c-b82d-0f1a1b48f3b5,a8d5fe5e-96e3-418d-825b-534dbdf22b99,fb6c3e19-e378-47e5-b277-9732f9de6e21,58c63c02-1d89-4572-916a-870abc5a1b7d,2d00ce52-1fc2-4dbc-8b95-a73b73395f5a,1c996275-f1c9-4e71-abdf-a42f6495e960,312c0871-5ef7-4b3a-85b6-0e4074c64049,aa97fe03-7980-45ac-9e50-b325749fd7e6"
env_file:
- .env
collaboration:
# renovate: depName=opencloudeu/opencloud-rolling
image:
@@ -25,7 +27,7 @@ services:
collabora:
condition: service_healthy
entrypoint:
- /bin/sh
- /bin/sh
command: ["-c", "opencloud collaboration server"]
environment:
COLLABORATION_GRPC_ADDR: 0.0.0.0:9301
@@ -47,11 +49,13 @@ services:
https://${OC_DOMAIN:-cloud.opencloud.test}${TRAEFIK_PORT_HTTPS:+:}${TRAEFIK_PORT_HTTPS:-}
volumes:
# configure the .env file to use own paths instead of docker internal volumes
- ${OC_CONFIG_DIR:-opencloud-config}:/etc/opencloud
- ${OC_CONFIG_DIR:-opencloud-config}:/etc/opencloud
logging:
driver: ${LOG_DRIVER:-local}
restart: always
env_file:
- .env
collabora:
image: collabora/code:25.04.9.4.1
# release notes: https://www.collaboraonline.com/release-notes/
@@ -73,15 +77,15 @@ services:
username: ${COLLABORA_ADMIN_USER:-admin}
password: ${COLLABORA_ADMIN_PASSWORD:-admin}
cap_add:
- SYS_ADMIN
- SYS_ADMIN
security_opt:
- seccomp=unconfined
- apparmor:unconfined
- seccomp=unconfined
- apparmor:unconfined
volumes:
# Mount local TrueType fonts so the container can use system fonts
# (e.g. Microsoft fonts like Arial, Calibri, Cambria by installing the `ttf-mscorefonts-installer` package).
- /usr/share/fonts/truetype:/usr/share/fonts/truetype/more:ro
- /usr/share/fonts/truetype:/opt/cool/systemplate/usr/share/fonts/truetype/more:ro
- /usr/share/fonts/truetype:/usr/share/fonts/truetype/more:ro
- /usr/share/fonts/truetype:/opt/cool/systemplate/usr/share/fonts/truetype/more:ro
logging:
driver: ${LOG_DRIVER:-local}
restart: always
@@ -92,3 +96,5 @@ services:
interval: 15s
timeout: 10s
retries: 5
env_file:
- .env