Did you consider to split the container using Compose ? From what I see from the packages installed, you could have the following containers: app, db(couchdb), frontend(nginx), mail(postfix).
Some doc: https://docs.docker.com/compose/gettingstarted/
Hello,
yes, we want to take time in the next weeks to work on cozy-docker (@kosssi). Some contributors have also started to split the container with docker-compose: https://forum.cozy.io/t/docker-smaller-images/1162
Did you consider to split the container using Compose ? From what I see from the packages installed, you could have the following containers: app, db(couchdb), frontend(nginx), mail(postfix). Some doc: https://docs.docker.com/compose/gettingstarted/