summaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml')
-rw-r--r--ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml b/ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml
deleted file mode 100644
index 1e7384744..000000000
--- a/ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-version: '3.3'
-
-services:
- cds-sdc-listener:
- image: onap/cdssdclistener:latest
- container_name: cdssdclistener
- restart: always
- environment:
- asdcAddress: localhost:8443
- messageBusAddress: localhost
- sdcusername: vid
- password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
- pollingInterval: 15
- pollingTimeout: 15
- relevantArtifactTypes: TOSCA_CSAR
- consumerGroup: cds-id-local
- environmentName: AUTO
- consumerId: cds-id-local
- keyStorePassword:
- keyStorePath:
- activateServerTLSAuth: "false"
- isUseHttpsWithDmaap: "false"
- archivePath: /opt/app/onap/cds-sdc-listener/
- grpcAddress: localhost
- grpcPort: 9111
- authHeader: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
- #port needed by Liveness probe
- healthcheckPort: "9000"
- sprintWebListenerEnabled: "true"