This commit is contained in:
Christiaan Westerbeek
2026-01-11 10:35:21 +01:00
parent 78f2017d7f
commit 29c91325b5
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Configuration for big-bear-onlyoffice setup
version: "3.7"
# Service definitions for the big-bear-onlyoffice application
services:
app_proxy:
environment:
APP_HOST: big-bear-umbrel-onlyoffice_app_1
APP_PORT: "80"
app:
image: onlyoffice/documentserver:9.1.0
volumes:
- ${APP_DATA_DIR}/onlyoffice/logs:/var/log/onlyoffice
- ${APP_DATA_DIR}/onlyoffice/data:/var/www/onlyoffice/Data
- ${APP_DATA_DIR}/onlyoffice/lib:/var/lib/onlyoffice
- ${APP_DATA_DIR}/onlyoffice/rabbitmq:/var/lib/rabbitmq
- ${APP_DATA_DIR}/onlyoffice/redis:/var/lib/redis
- ${APP_DATA_DIR}/onlyoffice/db:/var/lib/postgresql