From f7658b967a85fbd05fe59cf5cffacb035647afaa Mon Sep 17 00:00:00 2001 From: augustus Date: Tue, 7 Jul 2026 16:13:53 +0300 Subject: [PATCH] Updates Kilimo gateway-prod to use docker network --- kilimo-assistant-production.yml | 2 +- kilimo-service-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kilimo-assistant-production.yml b/kilimo-assistant-production.yml index 6fe84e6..f741bef 100644 --- a/kilimo-assistant-production.yml +++ b/kilimo-assistant-production.yml @@ -5,7 +5,7 @@ spring: name: farm-kilimo-ms-assistant data: redis: - host: localhost + host: redis port: 6379 datasource: url: jdbc:postgresql://postgres:5432/kilimo_assistant diff --git a/kilimo-service-production.yml b/kilimo-service-production.yml index 28c9490..f6d43da 100644 --- a/kilimo-service-production.yml +++ b/kilimo-service-production.yml @@ -5,7 +5,7 @@ spring: name: farm-kilimo-ms-core data: redis: - host: localhost + host: redis port: 6379 datasource: url: jdbc:postgresql://postgres:5432/kilimo