first commit with existing files

This commit is contained in:
2025-05-17 13:08:39 +02:00
commit cda37be691
29 changed files with 617 additions and 0 deletions

23
onlyoffice.yaml Normal file
View File

@@ -0,0 +1,23 @@
version: '3'
networks:
frontend:
external: true
services:
oodd:
image: onlyoffice/documentserver:latest
restart: always
container_name: onlyoffice
environment:
- JWT_ENABLED=true
- JWT_SECRET=secret
#ports:
#- :80
volumes:
- /docker/onlyoffice/data:/var/www/onlyoffice/Data
- /docker/onlyoffice/lib:/var/lib/onlyoffice
- /docker/onlyoffice/logs:/var/log/onlyoffice
- /docker/onlyoffice/db:/var/lib/postgresql
networks:
- frontend