Renaming sparky docker image to sparky-be
[aai/test-config.git] / docker-compose-db.yml
index da29fdd..4b6ebe3 100644 (file)
@@ -3,6 +3,14 @@ services:
   aai.hbase.simpledemo.openecomp.org:
     image: ${HBASE_IMAGE}
     hostname: aai.hbase.simpledemo.openecomp.org
+    ports:
+      - 2181:2181
+      - 8080:8080
+      - 8085:8085
+      - 9090:9090
+      - 16000:16000
+      - 16010:16010
+      - 16201:16201
     logging:
       driver: "json-file"
       options:
@@ -32,7 +40,7 @@ services:
     ports:
       - "9200:9200"
     volumes:
-      - /opt/app/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
+      - /opt/test-config/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
       - es-data:/usr/share/elasticsearch/data
     logging:
       driver: "json-file"