Run and manage Compose Specification container definition. More information: https://github.com/containers/podman-compose.
podman-compose ps
docker-compose.yml:podman-compose up {{[-d|--detach]}}
podman-compose up --build
podman-compose {{[-f|--file]}} {{path/to/file.yaml}} up
podman-compose stop
podman-compose down {{[-v|--volumes]}}
podman-compose logs {{[-f|--follow]}} {{container_name}}
podman-compose run {{service_name}} {{command}}