Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Can cloudron use docker-compose during the install?

    Support
    dev
    6
    9
    983
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M-arcus
      M-arcus last edited by girish

      I am building an app whose docker installation depends on docker-compose.

      Is it possible to reuse these files?

      1 Reply Last reply Reply Quote 0
      • mehdi
        mehdi App Dev last edited by

        Sorry, it currently is not.

        1 Reply Last reply Reply Quote 1
        • girish
          girish Staff last edited by

          Not directly, but you can convert into a Cloudron app. What app are we talking about here?

          1 Reply Last reply Reply Quote 1
          • M-arcus
            M-arcus last edited by

            @girish It was a self-built symfony bundle i wanted to turn into a cloudron app:
            https://github.com/maxpou/docker-symfony

            Do you habe any advice on how to convert it?

            1 Reply Last reply Reply Quote 0
            • nebulon
              nebulon Staff last edited by

              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.

              Lonkle 1 Reply Last reply Reply Quote 0
              • Lonkle
                Lonkle @nebulon last edited by

                @nebulon Does this Docker add-on still work. I need two containers to talk to each other and / or maybe use this to combine the two Docker containers as much as possible so that they can talk to each other.

                1 Reply Last reply Reply Quote 0
                • nebulon
                  nebulon Staff last edited by

                  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_admincapability for those: https://docs.cloudron.io/custom-apps/manifest/#capabilities

                  1 Reply Last reply Reply Quote 0
                  • Lonkle
                    Lonkle 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 your net_admin capabilities are yet (or how much they effect other Cloudron apps). Thanks for pointing me in a potentially better direction! 🙂

                    1 Reply Last reply Reply Quote 0
                    • R
                      Robin last edited by

                      You can find the referenced documentation for the docker addon at https://docs.cloudron.io/packaging/addons/#docker nowadays.

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Powered by NodeBB