Increment code coverage for Application
[oam/nf-oam-adopter.git] / solution / docker-compose.yaml
1 version: "3.5"
2
3 services:
4   vescollector:
5     restart: unless-stopped
6     ports:
7       - "8080:8080/udp"
8     network_mode: host
9     image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest
10     container_name: vescollector
11     environment:
12       DMAAPHOST: 50.50.50.50
13
14   ves-nf-oam-adopter-ran-mock:
15     ports:
16       - "443:443/tcp"
17     network_mode: host
18     restart: unless-stopped
19     image: nexus3.o-ran-sc.org:10004/o-ran-sc/ves-nf-oam-adopter-ran-mock:latest
20     container_name: ves-nf-oam-adopter-ran-mock
21     environment:
22       KEY_PASSWORD: nf-oam-adopter
23       KEY_STORE_PASSWORD: nf-oam-adopter
24       SNMP-DESTINY: 0.0.0.0/162
25       SERVER_PORT: 443
26
27   ves-nf-oam-adopter:
28     ports:
29       - "443:444/tcp"
30     network_mode: host
31     restart: unless-stopped
32     image: nexus3.o-ran-sc.org:10004/o-ran-sc/ves-nf-oam-adopter:latest
33     container_name: ves-nf-oam-adopter
34     environment:
35       SERVER_PORT: 444
36       USERNAME: admin
37       PASSWORD: admin
38       KEY_PASSWORD: nf-oam-adopter
39       KEY_STORE_PASSWORD: nf-oam-adopter
40       TRUST_STORE_PASSWORD: nf-oam-adopter
41       VES_COLLECTOR: http://0.0.0.0:8080/eventListener/v7
42       VES_ENCODED_AUTH: YWRtaW46YWRtaW4=
43       PM_SYNC_TIME_START: "14:25:00"
44       PM_SYNC_TIME_FREQ: 30