Initial commit

This commit is contained in:
rnsrk 2025-04-22 22:37:49 +02:00
commit 8475a0bb1d
49 changed files with 6299 additions and 0 deletions

13
tests/certs.yml Normal file
View file

@ -0,0 +1,13 @@
version: '2.1'
services:
onlyoffice-documentserver:
container_name: onlyoffice-documentserver
build:
context: ../.
stdin_open: true
restart: always
ports:
- '80:80'
- '443:443'
volumes:
- ./data:/var/www/onlyoffice/Data