Page MenuHomeGitPull.it

Reyboz Onlyoffice
Updated 783 Days AgoPublic

/home/www-data/reyboz.it/nextcloud/onlyoffice/docker/docker-compose.yml
version: '3.3'
services:
documentserver-ee:
ports:
- '127.0.0.1:8084:80'
restart: always
volumes:
- '/app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice'
- '/app/onlyoffice/DocumentServer/data:/var/www/OMISSIS'
- '/app/onlyoffice/DocumentServer/lib:/opt/onlyoffice/lib'
- '/app/onlyoffice/DocumentServer/db:/opt/OMISSIS'
image: onlyoffice/documentserver-ee
environment:
JWT_ENABLED: 'true'
JWT_SECRET: 'OMISSIS'

Note: The JWT_SECRET is used in the Nextcloud setting.

/etc/systemd/system/onlyoffice.service
[Unit]
Description=OnlyOffice
After=network.target
Documentation=https://gitpull.it/T1069

[Service]
ExecStart=docker-compose -f /home/www-data/reyboz.it/nextcloud/onlyoffice/docker/docker-compose.yml up

[Install]
WantedBy=multi-user.target

See also Reyboz Ports Reference

Last Author
valerio.bozzolan
Last Edited
Feb 26 2022, 22:50

Event Timeline