Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.git] / ms / py-executor / dc / docker-compose.yaml
index 30298e3..844f8b0 100755 (executable)
@@ -9,6 +9,7 @@ services:
     restart: always
     volumes:
       - blueprints-deploy:/opt/app/onap/blueprints/deploy
+      - ../certs:/opt/app/onap/python/certs
     environment:
       APPLICATIONNAME: PythonExecutor
       BUNDLEVERSION: 1.0.0
@@ -19,8 +20,6 @@ services:
       #AUTH_TYPE: basic-auth
       #AUTH_TOKEN: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
       AUTH_TYPE: tls-auth
-      AUTH_CERT_CHAIN: /opt/app/onap/python/py-executor-chain.pem
-      AUTH_PRIVATE_KEY: /opt/app/onap/python/py-executor-key.pem
       LOG_FILE: /opt/app/onap/logs/application.log
 
 volumes: