I purchased a Synology DS918+ because I would like to install and run the docker file of koalixcrm https://github.com/scaphilo/koalixcrm. (This is a django based crm which requires postgresql docker as well
Through the GUI i can only upload a docker file and install it but I need to run docker compose to set up the full application with the database.
Does anyone known how to do this on the Synology?
Thanks a lot for your help.
You will need a few steps more to install koalixcrm on a Synology Disk Station. As far as I can see, Synology really does not support the execution of docker-compose via Docker manager, but you are able to execute docker commands directly on your Disk Station by using SSH connection.
cd volume1/docker
sudo docker-compose -f docker-compose.prod.yml up