This commit is contained in:
@@ -5,13 +5,13 @@
|
|||||||
"echo_endpoint": true,
|
"echo_endpoint": true,
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
{
|
{
|
||||||
"endpoint": "/auth/{path}",
|
"endpoint": "/auth/*",
|
||||||
"backend": [
|
"backend": [
|
||||||
{
|
{
|
||||||
"host": [
|
"host": [
|
||||||
"http://auth:8000"
|
"http://auth:8000"
|
||||||
],
|
],
|
||||||
"url_pattern": "/{path}"
|
"url_pattern": "/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: "3.9"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
krakend:
|
krakend:
|
||||||
image: krakend:2.12.0
|
image: krakend:2.11.0
|
||||||
ports:
|
ports:
|
||||||
- mode: ingress
|
- mode: ingress
|
||||||
target: 8080
|
target: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user