ONLYOFFICE / Docker-DocumentServer

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

Closed gowy222 closed 1 year ago

gowy222 commented 1 year ago

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?

festina-lente-z commented 1 year ago

https://helpcenter.onlyoffice.com/installation/docs-community-compile.aspx

trofim24 commented 1 year ago

@festina-lente-z thanks for your link. It's our instruction for Compiling ONLYOFFICE Docs @gowy222 you could use it or run our Docker