Run multi-container apps with podman instead of docker
Alternative to docker-compose using podman
podman-compose
$ podman-compose up
$ podman-compose down
$ podman-compose logs -f
$ podman-compose exec web bash
$ podman-compose up --build