Bug fix.
[sim/o1-interface.git] / ntsimulator / scripts / docker-compose.yml
1 version: '2.4'
2 services:
3   ntsimulator-o-ran-sc:
4     image: "o-ran-sc/ntsim-manager:latest"
5     #image: "10.20.6.10:30000/hightec/ntsim_manager:0.4.2-SNAPSHOT-latest"
6     container_name: NTS-Manager-o-ran-sc
7     ports:
8      - "::8300:830"
9     volumes:
10      - "/var/run/docker.sock:/var/run/docker.sock"
11      - "/var/tmp/NTS-Manager-o-ran-sc:/opt/dev/scripts"
12      - "/usr/bin/docker:/usr/bin/docker"
13     labels:
14       "NTS-manager": ""
15     environment:
16       #NTS_IP: "2001:db8:1::1"
17       NTS_IP: "10.20.11.121"
18       NETCONF_BASE: 50000
19       DOCKER_ENGINE_VERSION: "1.40"
20       #MODELS_IMAGE: "ntsim_onf_core_model_1_2"
21       MODELS_IMAGE: "o-ran-sc/ntsim-o-ran-ru-fh:latest"      
22       VesHeartbeatPeriod: 0
23       IsVesAvailable: "true"
24       IsNetconfAvailable: "true"
25       VesRegistration: "false"
26       VesEndpointPort: 8080
27       VesEndpointIp: "172.17.0.1"
28       VesEndpointAuthMethod: "basic-auth"
29       VesEndpointUsername: "sample1"
30       VesEndpointPassword: "sample1"
31       SshConnections: 1
32       TlsConnections: 0
33       K8S_DEPLOYMENT: "false"
34       CONTAINER_NAME: "nts-o-ran-sc"
35       NetconfCallHome: "false"
36       NetconfCallHomePort: 6666
37       ControllerIp: "10.20.11.121"
38       ControllerPort: 8181
39       ControllerUsername: "admin"
40       ControllerPassword: "admin"
41       IPv6Enabled: "true"
42     networks:
43       app_net:
44         ipv6_address: 2001:3200:3000::40
45   
46 networks:
47   app_net:
48     enable_ipv6: true
49     driver: bridge
50     ipam:
51       driver: default
52       config:
53         - subnet: 2001:3200:3000::/64
54           gateway: 2001:3200:3000::1