podman-compose

Run multi-container apps with podman instead of docker

brewmacoslinux
Try with needOr install directly
Source

About

Alternative to docker-compose using podman

Commands

podman-compose

Examples

start all containers defined in compose file$ podman-compose up
stop and remove all running containers$ podman-compose down
view logs from all services in the stack$ podman-compose logs -f
run command inside a specific service container$ podman-compose exec web bash
rebuild and restart services after code changes$ podman-compose up --build