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