Global compose file to run the application locally.
Create a .envrc
file from the template:
cp .envrc.template .envrc
Then fill the missing secret variables. Once your file is ready:
source .envrc
You 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 -d
podman compose -p agora down