blob: 76009411b72322cac071d5afb2adb392cfb3f7d6 [file] [log] [blame]
Brinda Santh4c2b42f2019-10-03 20:02:29 -04001version: '3.3'
2
3services:
4 py-executor:
5 image: onap/ccsdk-py-executor
6 container_name: bp-py-executor
7 ports:
8 - "50052:50052"
9 restart: always
10 volumes:
11 - blueprints-deploy:/opt/app/onap/blueprints/deploy
12 environment:
13 APPLICATIONNAME: PythonExecutor
14 BUNDLEVERSION: 1.0.0
15 APP_CONFIG_HOME: /opt/app/onap/config
16 STICKYSELECTORKEY:
17 ENVCONTEXT: dev
18 APP_PORT: 50052
19 BASIC_AUTH: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
20 LOG_FILE: /opt/app/onap/logs/application.log
21
22volumes:
23 blueprints-deploy: