diff --git a/.idea/runConfigurations/Build_and_start_all_Docker.xml b/.idea/runConfigurations/Build_and_start_all_Docker.xml
index 231b6cb..75e7cee 100644
--- a/.idea/runConfigurations/Build_and_start_all_Docker.xml
+++ b/.idea/runConfigurations/Build_and_start_all_Docker.xml
@@ -14,8 +14,6 @@
-
-
-
+
\ No newline at end of file
diff --git a/docker-compose.yml b/docker-compose.yml
index de35080..ba0e50e 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -32,6 +32,8 @@ services:
restart: always
ports:
- ${REDIS_PORT}:6379
+ volumes:
+ - redis-data:/var/lib/redis:rw
app:
container_name: app_${NAME}
@@ -89,4 +91,5 @@ services:
retries: 20
volumes:
- db-data:
\ No newline at end of file
+ db-data:
+ redis-data:
\ No newline at end of file