added redis host

This commit is contained in:
2026-06-12 12:32:53 +03:00
parent 90a56946bd
commit c96f404368
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ spring:
name: dev-auto-app-ms-core
data:
redis:
host: localhost
host: redis
port: 6379
datasource:
url: jdbc:postgresql://postgres:5432/auto_app_core
+1 -1
View File
@@ -5,7 +5,7 @@ spring:
name: dev-auto-app-ms-runtime
data:
redis:
host: localhost
host: redis
port: 6379
mongodb:
uri: mongodb://mongodb:27017/auto_app_core
+1 -1
View File
@@ -5,7 +5,7 @@ spring:
name: dev-auto-app-ms-utility
data:
redis:
host: localhost
host: redis
port: 6379
mongodb:
uri: mongodb://mongodb:27017/auto_app_core