chore: import gateway, exchange secrets, env example

This commit is contained in:
AdrianoDev
2026-04-27 17:33:32 +02:00
parent 8e8f8d642b
commit 9676f22a8e
5 changed files with 264 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
admin off
auto_https off
}
:8080 {
log {
output stdout
format console
}
handle_path /mcp-deribit/* {
reverse_proxy mcp-deribit:9011
}
handle_path /mcp-hyperliquid/* {
reverse_proxy mcp-hyperliquid:9012
}
handle_path /mcp-bybit/* {
reverse_proxy mcp-bybit:9019
}
handle_path /mcp-alpaca/* {
reverse_proxy mcp-alpaca:9020
}
handle_path /mcp-macro/* {
reverse_proxy mcp-macro:9013
}
handle_path /mcp-sentiment/* {
reverse_proxy mcp-sentiment:9014
}
# Landing page statica
handle {
root * /srv
file_server
}
}