ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
GNU Affero General Public License v3.0
1.43k
stars
494
forks
source link
How to build a docker image only with DocumentServer, nothing else.... #621
Hi everyone,
I'm trying to build a minimal OnlyOffice Docker image using Dockerfile.
I want to exclude any unnecessary components and dependencies to reduce the resource consumption.
I also want to link the image to third-party SQL, RabbitMQ, AWS S3, and Redis using Docker environment and volumes via docker-compose.yml.
Can anyone provide some guidance on how to achieve this?
Hi everyone, I'm trying to build a minimal OnlyOffice Docker image using Dockerfile. I want to exclude any unnecessary components and dependencies to reduce the resource consumption. I also want to link the image to third-party SQL, RabbitMQ, AWS S3, and Redis using Docker environment and volumes via docker-compose.yml. Can anyone provide some guidance on how to achieve this?