summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml
diff options
context:
space:
mode:
authorBrinda Santh <bs2796@att.com>2019-09-19 11:55:01 -0400
committerBrinda Santh Muthuramalingam <bs2796@att.com>2019-09-19 16:43:53 +0000
commit7ecd63845e077fab5286af0a0fc4cefb7c5269f8 (patch)
tree87ae3271fd315213a18f78ce0adabd91ba744250 /ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml
parent65279626aae2c414f023a85feb9e3fee41e7215c (diff)
Upgrade Kotlin and move properties to parent.
Check for Kotlin 1.3.50 upgrade and Kotlin properties moved to parent. Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I5c88dfed5e03c49b93e4eb5f2e435b0e6a91822f
Diffstat (limited to 'ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml')
-rwxr-xr-xms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml b/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml
deleted file mode 100755
index 2d1f1ae80..000000000
--- a/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-version: '3.3'
-
-services:
- db:
- image: mariadb:latest
- container_name: ccsdk-mariadb
- ports:
- - "3306:3306"
- volumes:
- - ~/vm_mysql:/var/lib/mysql
- restart: always
- environment:
- MYSQL_ROOT_PASSWORD: sdnctl
- MYSQL_DATABASE: sdnctl
- MYSQL_USER: sdnctl
- MYSQL_PASSWORD: sdnctl