onlyoffice hinzugefügt

This commit is contained in:
borgal
2023-05-31 21:51:51 +02:00
parent a60acf4cf0
commit b9c7b02155
2 changed files with 17 additions and 0 deletions

1
onlyoffice/.env.sample Normal file
View File

@@ -0,0 +1 @@
SECRET=ChangeMe

View File

@@ -0,0 +1,16 @@
version: '3'
services:
onlyoffice-document-server:
container_name: onlyoffice-document-server
image: onlyoffice/documentserver
stdin_open: true
tty: true
restart: always
environment:
- JWT_SECRET=Jeanyve2699
ports:
- 8016:80
volumes:
- ./document_log:/var/log/onlyoffice
- ./document_data:/var/www/onlyoffice/Data
- ./document_lib:/var/lib/onlyoffice