From 8ec09f2617f7e582e1465174a31859bbada6a15e Mon Sep 17 00:00:00 2001 From: augustus Date: Tue, 7 Jul 2026 15:45:53 +0300 Subject: [PATCH] Updates Kilimo gateway-prod to use docker network --- kilimo-gateway-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kilimo-gateway-production.yml b/kilimo-gateway-production.yml index 7b1c10b..6a6228f 100644 --- a/kilimo-gateway-production.yml +++ b/kilimo-gateway-production.yml @@ -30,7 +30,7 @@ spring: maxAge: 3600 # Cache the preflight response for 1 hour routes: - id: kilimo_core_service - uri: http://apps_kilimo:9081 + uri: http://127.0.0.1:9081 predicates: - Path=/core/** - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH @@ -44,7 +44,7 @@ spring: key-resolver: "#{@userKeyResolver}" - id: kilimo_assistant_service - uri: http://apps_kilimo:9082 + uri: http://127.0.0.1:9082 predicates: - Path=/assistant/** - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH