RynoM/self-hosted-deployment

podman-compose compatible?

Closed this issue · 2 comments

I´ve migrated my containers to podman-compose. Is it possible to modify this git repo to make it compatible with podman-compose?

RynoM commented

I've never used podman, from a quick glance looking at it; You'd have to add podman-compose and whatever other package dependencies that or podman needs to the Dockerfile and change a couple lines in the gitea workflows. The only thing I'm not sure about is how you'd be able to use podman commands from within the container to execute things on the host. Right now this is done with docker by mounting the docker.sock, but I'm not sure how this would work with podman. Hope this gives you some idea at least.

Yes. Thats also the problem i have with podman-compose. Will try this out with podman+ docker-compose