podman wip
This commit is contained in:
parent
efecc5c348
commit
18d63e14d7
10 changed files with 482 additions and 0 deletions
15
containers/Caddyfile
Normal file
15
containers/Caddyfile
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue