Pasta has been available for quite some time in podman but I've yet to find any resources on how to use it in compose.
If I'm using podman compose, what are the steps needed to use pasta?
Let's assume I have a configuration like such:
services:
webserver:
image: docker.io/caddy:2.9.1
networks:
webserver_network:
networks:
webserver_network:
How would I make this work with pasta?