guoziyun hace 10 meses
padre
commit
0cfd99c506
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  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: