Can cloudron use docker-compose during the install?
-
wrote on Mar 29, 2018, 2:02 PM last edited by girish Apr 10, 2018, 6:01 PM
I am building an app whose docker installation depends on docker-compose.
Is it possible to reuse these files?
-
wrote on Apr 9, 2018, 10:50 AM last edited by
@girish It was a self-built symfony bundle i wanted to turn into a cloudron app:
https://github.com/maxpou/docker-symfonyDo you habe any advice on how to convert it?
-
There are no plans to support generic docker-compose as such, we do have since added a docker addon for apps, to allow spawning docker containers, however this is not matching the docker compose way 1to1.
-
There are no plans to support generic docker-compose as such, we do have since added a docker addon for apps, to allow spawning docker containers, however this is not matching the docker compose way 1to1.
-
The addon still works. If you want to have individual Cloudron apps packaged in a way that they can talk to each other, you may want to look at adding the
net_admin
capability for those: https://docs.cloudron.io/custom-apps/manifest/#capabilities -
wrote on Sep 18, 2020, 6:42 PM last edited by
Your link to the "docker addon" is broken. But the NET_ADMIN capabillity being able to
CAP_NET_ADMIN
might work. That app could potentially change the network configuration of all apps globally (not one by one which is my actual goal as per the other thread) according to the Linux documentation tho I don't know exactly what yournet_admin
capabilities are yet (or how much they effect other Cloudron apps). Thanks for pointing me in a potentially better direction! -
wrote on Jun 11, 2022, 5:58 AM last edited by
You can find the referenced documentation for the docker addon at https://docs.cloudron.io/packaging/addons/#docker nowadays.