aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-bc/src/main/resources/docker-compose.yml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2021-04-08 16:40:06 +0100
committerefiacor <fiachra.corcoran@est.tech>2021-04-21 13:49:22 +0100
commit71d3d0925874247de5e657821638b1c08360f571 (patch)
tree91bcca2c8bd53c3ee54269c3101538cba70fa588 /dmaap-bc/src/main/resources/docker-compose.yml
parent20221353bdb213a1f143a132d819d4e0810e3794 (diff)
[DMAAP-BC] Consolidate bus controller repos
Migrate BC CSITs to the repo Fix documentation Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I874ed61be1b61187e233e9fd0937f6658f0ec0f0 Issue-ID: DMAAP-1544
Diffstat (limited to 'dmaap-bc/src/main/resources/docker-compose.yml')
-rw-r--r--dmaap-bc/src/main/resources/docker-compose.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/dmaap-bc/src/main/resources/docker-compose.yml b/dmaap-bc/src/main/resources/docker-compose.yml
deleted file mode 100644
index 41bc473..0000000
--- a/dmaap-bc/src/main/resources/docker-compose.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-version: '2'
-services:
- dbc-pg-primary:
- image: crunchydata/crunchy-postgres:centos7-10.4-2.0.0
- ports:
- - "5432:5432"
- environment:
- - PG_MODE=master
- - PG_PRIMARY_USER="dmaap_admin"
- - PG_PRIMARY_PASSWORD=onapdemodb
- - PG_USER="dmaap_admin"
- - PG_PASSWORD=onapdemodb
- - PG_ROOT_PASSWORD=onapdemodb
- - PG_DATABASE="dmaap"
- - PG_PRIMARY_PORT=5432
-
- dmaap-bc:
- image: nexus3.onap.org:10001/onap/dmaap/buscontroller:latest
- ports:
- - "30241:8080"
- - "30242:8443"
- volumes:
- - /var/tmp/docker-databus-controller.conf:/opt/app/config/conf
- depends_on:
- - dbc-pg-primary