diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 32258a9..a38ef62 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -281,13 +281,6 @@
1598862102028
-
- 1601453541752
-
-
-
- 1601453541752
-
1601453886631
@@ -624,7 +617,14 @@
1605802506313
-
+
+ 1605864205382
+
+
+
+ 1605864205382
+
+
@@ -644,7 +644,6 @@
-
@@ -669,7 +668,8 @@
-
+
+
@@ -815,12 +815,12 @@
-
-
+
+
-
+
diff --git a/docker-compose-PROD.yml b/docker-compose-PROD.yml
index 5e7ad53..4ed6dcb 100644
--- a/docker-compose-PROD.yml
+++ b/docker-compose-PROD.yml
@@ -2,8 +2,6 @@ version: '3'
services:
redis:
image: 'redis'
- ports:
- - "6379:6379"
restart: "no"
klaus:
build:
diff --git a/docker-compose.yml b/docker-compose.yml
index bfe0bb5..8685cb8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,8 +2,6 @@ version: '3'
services:
redis:
image: 'redis'
- ports:
- - "6379:6379"
restart: "no"
klaus:
build:
diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml
index ab7faa4..75b6faf 100644
--- a/src/main/resources/bootstrap.yml
+++ b/src/main/resources/bootstrap.yml
@@ -7,7 +7,7 @@ spring:
spring:
cloud:
config:
- uri: http://s5000xvn.zipper.release11.com:8888
+ uri: http://localhost:8888
retry:
max-attempts: 20
max-interval: 15000