update
Some checks failed
Deploy to Production / deploy (push) Failing after 17s

This commit is contained in:
A'zamov Samandar
2025-11-05 17:34:44 +05:00
parent 28a789c4a4
commit ef82c52554
2 changed files with 3 additions and 3 deletions

View File

@@ -5,13 +5,13 @@
"echo_endpoint": true,
"endpoints": [
{
"endpoint": "/auth/{path}",
"endpoint": "/auth/*",
"backend": [
{
"host": [
"http://auth:8000"
],
"url_pattern": "/{path}"
"url_pattern": "/"
}
]
}

View File

@@ -2,7 +2,7 @@ version: "3.9"
services:
krakend:
image: krakend:2.12.0
image: krakend:2.11.0
ports:
- mode: ingress
target: 8080