aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/macroflow/docker-compose.local.yml
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2021-04-02 12:32:56 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-02 12:32:56 +0000
commit4ea948c920a059a27bef6d7ec98e684840e3cf04 (patch)
tree54fc0e47748951fd66a5c49350a16f7561d9c279 /plans/so/macroflow/docker-compose.local.yml
parent3958820ac87baf543d43589317999ae91496f3c3 (diff)
parentcfa8b96c1b28a7dc4f846bb74dc68d036ec431cb (diff)
Merge "Update docker-compose for Macroflow with HEAT and small refactoring"
Diffstat (limited to 'plans/so/macroflow/docker-compose.local.yml')
-rw-r--r--plans/so/macroflow/docker-compose.local.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/plans/so/macroflow/docker-compose.local.yml b/plans/so/macroflow/docker-compose.local.yml
new file mode 100644
index 00000000..281a5162
--- /dev/null
+++ b/plans/so/macroflow/docker-compose.local.yml
@@ -0,0 +1,30 @@
+version: '3'
+services:
+################################################################################
+ mariadb:
+ image: mariadb:${MARIADB_VERSION}
+################################################################################
+ catalog-db-adapter:
+ image: onap/so/catalog-db-adapter:${TAG}
+################################################################################
+ request-db-adapter:
+ image: onap/so/request-db-adapter:${TAG}
+################################################################################
+ sdnc-adapter:
+ image: onap/so/sdnc-adapter:${TAG}
+################################################################################
+ openstack-adapter:
+ image: onap/so/openstack-adapter:${TAG}
+################################################################################
+ sdc-controller:
+ image: onap/so/sdc-controller:${TAG}
+################################################################################
+ bpmn-infra:
+ image: onap/so/bpmn-infra:${TAG}
+################################################################################
+ api-handler-infra:
+ image: onap/so/api-handler-infra:${TAG}
+#############################################################################
+ so-monitoring:
+ image: onap/so/so-monitoring:${TAG}
+################################################################################