Comment on doco-cd: Docker Compose Continuous Deployment
TehNomad@piefed.social 5 days ago
I also am currently using komodo and interested to try switching over to this. It seems lighter and simpler, and the encryption makes more sense to me compared to the Komodo secrets. I’m wondering how hard it would be to migrate from Komodo. One thing I have to figure out is that I switched all my bind mounts to be $DOCKER_DATA and I set the environment variable in my Komodo periphery. I wonder if I have to undo that for doco-cd.
tofu@lemmy.nocturnal.garden 5 days ago
Not sure if this supports similar variables. I guess generally the migration should be easy as everything is already in the necessary structure but I haven’t tried it yet. I only have bindmounts that are in-repo, everything else is docker volumes.
One feature Komodo offers that I’m not yet using is multi-node support. I do have multiple nodes and it would be convenient to have them all configured in one place but IDK if doco-cd has something similar.
TehNomad@piefed.social 18 hours ago
I also like using Komodo on multiple nodes. I guess the workaround for now is to run doco-cd on each node.