Global compose file to run the application locally.
Create a .envrc file from the template:
cp .envrc.template .envrcThen fill the missing secret variables. Once your file is ready:
source .envrcYou may use tools such as direnv, otherwise you'll need to source the env file on each new terminal session.
podman compose -p agora up -dpodman compose -p agora down