diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d6ef91c..9515c28 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -24,13 +24,6 @@
   
     
       
-      
-      
-      
-      
-      
-      
-      
     
@@ -270,13 +263,6 @@
       
       1598862102028
     
-    
-      1601300898190
-      
-      
-      
-      1601300898190
-    
     
       1601301048201
       
@@ -613,7 +599,14 @@
       
       1604413401446
     
-    
+    
+      1604428725797
+      
+      
+      
+      1604428725798
+    
+    
     
   
   
@@ -633,7 +626,6 @@
   
   
     
-    
     
     
     
@@ -658,7 +650,8 @@
     
     
     
-    
+    
+    
   
   
     
@@ -711,39 +704,39 @@
     
     
     
-    
+    
       
     
     
     
-    
+    
     
     
     
-    
+    
       
     
     
     
-    
+    
     
     
     
-    
+    
       
     
     
     
-    
+    
     
     
     
-    
+    
       
     
     
     
-    
+    
     
     
     
@@ -793,12 +786,12 @@
     
     
     
-    
-      
+    
+      
     
     
     
-    
+    
     
     
     
diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml
index b6615a6..dbaf14d 100644
--- a/src/main/resources/bootstrap.yml
+++ b/src/main/resources/bootstrap.yml
@@ -21,4 +21,4 @@ eureka:
     register-with-eureka: true
     fetch-registry: true
     serviceUrl:
-      defaultZone: http://netflix:eureka@localhost:8761/eureka
+      defaultZone: http://netflix:eureka@eureka:8761/eureka
diff --git a/src/main/resources/data-access.properties b/src/main/resources/data-access.properties
index 122952c..27196b6 100644
--- a/src/main/resources/data-access.properties
+++ b/src/main/resources/data-access.properties
@@ -1,2 +1,2 @@
-redis.host = localhost
+redis.host = redis
 redis.port = 6379
\ No newline at end of file