Bumped the version
[dmaap/messagerouter/messageservice.git] / demo / docker_files / __docker-compose.yml
index 4ba6889..e2fa2e7 100644 (file)
@@ -24,7 +24,7 @@ services:
     ports:
       - "9092:9092"
     environment:
-      enableCadi: false
+      enableCadi: 'false'
       KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
       #Properties required for using the CADI integrated Kafka
       #KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: INTERNAL_SASL_PLAINTEXT:SASL_PLAINTEXT,EXTERNAL_SASL_PLAINTEXT:SASL_PLAINTEXT
@@ -51,9 +51,7 @@ services:
         max-file: "5"
 
   dmaap:
-    #CADI integrated MR image
-    #image: ${NEXUS_DOCKER_REPO}/onap/dmaap/dmaap-mr:1.1.7
-    image: ${NEXUS_DOCKER_REPO}/onap/dmaap/dmaap-mr:1.1.6
+    image: ${NEXUS_DOCKER_REPO}/onap/dmaap/dmaap-mr:1.1.8
     ports:
       - "3904:3904"
       - "3905:3905"