mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
25 lines
400 B
JSON
25 lines
400 B
JSON
{
|
|
"version": 2,
|
|
"name": "My httpbin gateway",
|
|
"port": 8080,
|
|
"endpoints": [
|
|
{
|
|
"endpoint": "/httpbin",
|
|
"backend": [
|
|
{
|
|
"host": [
|
|
"https://httpbin.org"
|
|
],
|
|
"url_pattern": "/headers"
|
|
},
|
|
{
|
|
"host": [
|
|
"https://httpbin.org"
|
|
],
|
|
"url_pattern": "/ip"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|