Merge "Add schemas for input events of ODU slice assurance usecase"
[nonrtric.git] / docker-compose / ecs / docker-compose.yaml
index 5cf391c..6de293f 100644 (file)
@@ -22,7 +22,7 @@ networks:
 
 services:
   ecs:
-    image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-enrichment-coordinator-service:1.1.1
+    image: "${ECS_IMAGE_BASE}:${ECS_IMAGE_TAG}"
     container_name: ecs
     networks:
       default:
@@ -31,9 +31,9 @@ services:
     ports:
       - 8083:8083
       - 8434:8434
-  producer:
-    image: eexit/mirror-http-server
-    container_name: producer
+  consumer:
+    image: "${CONSUMER_IMAGE_BASE}:${CONSUMER_IMAGE_TAG}"
+    container_name: consumer
     networks:
       - default
     ports: