Work on documents, spreadsheets, and presentations with a secure and powerful online office suite. It offers maximum compatibility with Microsoft Office formats and provides a complete set of tools for creating and editing complex documents. Whether you work alone or with a team, you can manage your files effectively from any device. This platform is designed for effective teamwork and enhanced productivity: * Collaborate in real-time using two co-editing modes, track changes, leave comments with mentions, and communicate via built-in chat or video calls. * Leverage AI assistants to generate text and images, get quick answers, translate content, and check grammar, significantly speeding up your workflow. * Ensure data privacy with robust security features, including end-to-end encryption, flexible access permissions, and the ability to host it on your own private server. * Work from anywhere by using the cloud version, integrating it with platforms like Nextcloud or WordPress, or using the free desktop and mobile applications for offline access.
services:
documentserver:
image: onlyoffice/documentserver:latest
container_name: onlyoffice-documentserver
restart: always
ports:
- "8080:80"
environment:
- JWT_ENABLED=true
- JWT_SECRET=${JWT_SECRET}
volumes:
- ./data/logs:/var/log/onlyoffice
- ./data/data:/var/www/onlyoffice/Data
- ./data/lib:/var/lib/onlyoffice
- ./data/db:/var/lib/postgresqlJWT_SECRET=your_super_secret_jwt_key_hereAuto-fetched 15 minutes ago
Auto-fetched 15 minutes ago