guoziyun 10 months ago
parent
commit
0cfd99c506
1 changed files with 7 additions and 7 deletions
  1. 7 7
      docker-compose.prod.yml

+ 7 - 7
docker-compose.prod.yml

@@ -12,13 +12,13 @@ services:
       MONGO_INITDB_ROOT_PASSWORD: "oms123."
     restart: "always"
 
-  # # Redis Cache Service
-  # redis:
-  #   image: redis:latest
-  #   container_name: oms-redis
-  #   ports:
-  #     - "6379:6379"
-  #   restart: "always"
+  # Redis Cache Service
+  redis:
+    image: redis:latest
+    container_name: oms-redis
+    ports:
+      - "6379:6379"
+    restart: "always"
 
   # RabbitMQ Message Broker
   rabbitmq: