podman wip

This commit is contained in:
johba 2025-09-24 10:57:22 +02:00 committed by root
parent efecc5c348
commit 18d63e14d7
10 changed files with 482 additions and 0 deletions

15
containers/Caddyfile Normal file
View file

@ -0,0 +1,15 @@
:80 {
route /graphql* {
reverse_proxy ponder:42069
}
route /health* {
reverse_proxy ponder:42069
}
route /rpc/anvil* {
reverse_proxy anvil:8545
}
route /txn* {
reverse_proxy txn-bot:43069
}
reverse_proxy frontend:5173
}