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 name: dev-auto-app-ms-core
data: data:
redis: redis:
host: localhost host: redis
port: 6379 port: 6379
datasource: datasource:
url: jdbc:postgresql://postgres:5432/auto_app_core url: jdbc:postgresql://postgres:5432/auto_app_core
+1 -1
View File
@@ -5,7 +5,7 @@ spring:
name: dev-auto-app-ms-runtime name: dev-auto-app-ms-runtime
data: data:
redis: redis:
host: localhost host: redis
port: 6379 port: 6379
mongodb: mongodb:
uri: mongodb://mongodb:27017/auto_app_core uri: mongodb://mongodb:27017/auto_app_core
+1 -1
View File
@@ -5,7 +5,7 @@ spring:
name: dev-auto-app-ms-utility name: dev-auto-app-ms-utility
data: data:
redis: redis:
host: localhost host: redis
port: 6379 port: 6379
mongodb: mongodb:
uri: mongodb://mongodb:27017/auto_app_core uri: mongodb://mongodb:27017/auto_app_core