-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocker-compose.rcc-rru.if4p5.yml
59 lines (55 loc) · 1.22 KB
/
docker-compose.rcc-rru.if4p5.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
version: '2'
networks:
s1_network:
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.25.0/24
gateway: 192.168.25.1
x2_network:
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.24.0/24
gateway: 192.168.24.1
nfapi_network:
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.23.0/24
gateway: 192.168.23.1
services:
oaircc:
image: hassiweb/oaircc:v1.0.3
container_name: oaircc
hostname: rcc
privileged: true
networks:
s1_network:
ipv4_address: 192.168.25.10
x2_network:
ipv4_address: 192.168.24.10
nfapi_network:
ipv4_address: 192.168.23.10
volumes:
- ./config:/etc/openairinterface
entrypoint:
- "/bin/sh"
- "/etc/openairinterface/run_rcc_if4p5.sh"
oairru:
image: hassiweb/oairru-lms:v1.0.3
container_name: oairru
hostname: rru
privileged: true
networks:
nfapi_network:
ipv4_address: 192.168.23.11
volumes:
- /dev/bus/usb
- ./config:/etc/openairinterface
entrypoint:
- "/bin/sh"
- "/etc/openairinterface/run_rru_if4p5.sh"