now with working proxy

This commit is contained in:
rnsrk 2025-05-12 00:35:58 +02:00
parent 29db83e9f8
commit 929bb12447
4 changed files with 63 additions and 105 deletions

View file

@ -21,15 +21,14 @@ services:
stdin_open: true
stop_grace_period: 60s
volumes:
- ./app/data:/var/www/onlyoffice/Data
- ./app/log:/var/log/onlyoffice
- ./app/cache:/var/lib/onlyoffice/documentserver/App_Data/cache/files
- ./app/files:/var/www/onlyoffice/documentserver-example/public/files
- ./app/fonts:/usr/share/fonts
- /var/www/onlyoffice/Data
- /var/log/onlyoffice
- /var/lib/onlyoffice/documentserver/App_Data/cache/files
- /var/www/onlyoffice/documentserver-example/public/files
- /usr/share/fonts
networks:
- database
- nextcloud
- onlyoffice
restart: unless-stopped
onlyoffice-rabbitmq:
@ -39,12 +38,10 @@ services:
expose:
- '5672'
networks:
- onlyoffice
- nextcloud
networks:
database:
external: true
nextcloud:
external: true
onlyoffice:
name: onlyoffice
name: nextcloud