I’m trying to run the ONLYOFFICE DocumentServer using Docker (https://github.com/ONLYOFFICE/Docker-DocumentServer), however I noticed that this runs both the FileConverter and DocService processes in the same container. How can I run them separately? I found the onlyoffice/docs-docservice and onlyoffice/docs-converter Docker images, but I’m not sure what they do, as they are neither documented, nor was I able to find anything about them in your GitHub organization
Yeah, that’s where I found those images, however that doesn’t answer my questions though -
Can I use the onlyoffice/documentserver and have it run either the FileConverter OR the DocService process (but not both at the same time)?
Where are the onlyoffice/docs-docservice & onlyoffice/docs-converter images built & published in your GitHub organization? I’d like to build them myself
These images are for commercial use only, there are no open-source versions of them. They are designed specifically for k8s installations and can’t be used in any other cases.