There are a few Docker projects I haven’t been able to properly implement in my homelab, only because their images need to be user-compiled and Dockge doesn’t seem to have an option to include the entire repository required for the project compilation in its interface or in the stacks directory. I know I could just host them in a separate directory but I would like my services to be manageable from a single place and following this approach isolates the service from being controlled from Dockge.

Is there some workaround or a solution for this I am unaware of? I initially thought I could deploy Coolify within Dockge and store the applications under it but apparently Coolify is meant to work on its own and I fear running both Coolify and Dockge will break stuff.

  • justme@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    Afaik, Dockge is just a front end for docker compose. So simply tagging your build (preferably with someone systematic like “local/name of software”) and using that as image name should work. Or just using directly the build command of compose.