chore: import gateway, exchange secrets, env example
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user