Adding search service back
[aai/test-config.git] / docker-compose-app.yml
index c268949..4ba5b4c 100644 (file)
@@ -57,7 +57,7 @@ services:
     hostname: aai.searchservice.simpledemo.openecomp.org
     volumes:
       - ${SEARCH_LOGS}:/logs
-      - /opt/app/search-data-service/appconfig:/opt/app/search-data-service/config
+      - /opt/test-config/search-data-service/appconfig:/opt/app/search-data-service/config
     ports:
       - 9509:9509
     environment:
@@ -75,8 +75,8 @@ services:
     hostname: data-router
     volumes:
       - ${DATA_ROUTER_LOGS}:/logs
-      - /opt/app/data-router/appconfig:/opt/app/data-router/config
-      - /opt/app/data-router/dynamic:/opt/app/data-router/dynamic
+      - /opt/test-config/data-router/appconfig:/opt/app/data-router/config
+      - /opt/test-config/data-router/dynamic:/opt/app/data-router/dynamic
     ports:
       - 9502:9502
     environment:
@@ -96,7 +96,7 @@ services:
     hostname: model-loader
     volumes:
       - ${MODEL_LOADER_LOGS}:/logs
-      - /opt/app/model-loader/appconfig:/opt/app/model-loader/config
+      - /opt/test-config/model-loader/appconfig:/opt/app/model-loader/config
     environment:
       - CONFIG_HOME=/opt/app/model-loader/config/
     logging:
@@ -105,6 +105,24 @@ services:
         max-size: "30m"
         max-file: "5"
 
+  sparky-be:
+    image: ${DOCKER_REGISTRY}/openecomp/sparky-be
+    hostname: sparky-be
+    volumes:
+      - ${UI_LOGS}:/logs
+      - /opt/test-config/sparky/appconfig:/opt/app/sparky/config
+    ports:
+      - 9517:9517
+    environment:
+      - CONFIG_HOME=/opt/app/sparky/config
+      - KEY_STORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
+      - KEY_MANAGER_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
+    logging:
+      driver: "json-file"
+      options:
+        max-size: "30m"
+        max-file: "5"
+        
 networks:
   default:
       driver: bridge