podman-compose

Docker Compose alternative using Podman for container orchestration

brewmacoslinux
Try with needOr install directly
Source

About

Alternative to docker-compose using podman

Commands

podman-compose

Examples

Start all services defined in a docker-compose.yml file$ podman-compose up -d
Stop and remove all containers, networks defined in compose file$ podman-compose down
View logs from all running services$ podman-compose logs -f