aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 14:53:16 +0000
committerlj1412 <lji@research.att.com>2017-02-14 14:53:18 +0000
commite9b229cb624583656ebb2d684d2ad22090e864e4 (patch)
treecd48fac2a9cb0921ea42aa99a6c9747ac8c93459 /docker-compose.yml
parentf44aca93026671e33cac8ff73ebf4e989a9b48a9 (diff)
Init dcae.demo.startup.controller
Change-Id: Id530323e70e469672b5efc4fd72778e941384b16 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..95667c5
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,9 @@
+version: '2'
+services:
+ dcae-controller:
+ image: DOCKER-REGISTRY/dcae-controller:DCAE-VERSION
+ ports:
+ - "9998:9998"
+ volumes:
+ - /opt/app/dcae-controller:/opt/app/dcae-controller
+