Can cloudron use docker-compose during the install?
-
I am building an app whose docker installation depends on docker-compose.
Is it possible to reuse these files?
-
Sorry, it currently is not.
-
Not directly, but you can convert into a Cloudron app. What app are we talking about here?
-
@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.