harb/containers/Caddyfile

21 lines
361 B
Text
Raw Normal View History

2025-09-24 10:57:22 +02:00
:80 {
route /app* {
reverse_proxy webapp:5173
}
2025-09-24 10:57:22 +02:00
route /graphql* {
reverse_proxy ponder:42069
}
route /health* {
reverse_proxy ponder:42069
}
route /rpc/anvil* {
uri strip_prefix /rpc/anvil
2025-09-24 10:57:22 +02:00
reverse_proxy anvil:8545
}
route /txn* {
uri strip_prefix /txn
2025-09-24 10:57:22 +02:00
reverse_proxy txn-bot:43069
}
reverse_proxy landing:5174
2025-09-24 10:57:22 +02:00
}