erneut hinzugefügt

This commit is contained in:
borgal
2023-09-07 15:36:04 +02:00
parent e8eb471658
commit 2c0c6c3384
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=${SECRET}
ports:
- 8016:80
volumes:
- ./document_log:/var/log/onlyoffice
- ./document_data:/var/www/onlyoffice/Data
- ./document_lib:/var/lib/onlyoffice