2021-03-10 09:54:03 +01:00
|
|
|
|
|
|
|
## Network Configuration
|
|
|
|
Services as configured.
|
|
|
|
|Service | Network | IP address | Other Option |
|
|
|
|
--- | --- | --- | ---
|
|
|
|
| bbb-web | bbb-net | 10.7.7.2 |
|
2022-05-09 12:21:50 +02:00
|
|
|
| bbb-pads | bbb-net | 10.7.7.18 |
|
2021-03-10 09:54:03 +01:00
|
|
|
| html5-backend-{{$i}} | bbb-net | 10.7.7.{{add 100 $i}}| Port {{ add 4000 $i }}
|
|
|
|
| html5-frontend-{{$i}}| bbb-net | 10.7.7.{{add 200 $i}}| Port {{ add 4100 $i }}
|
|
|
|
| freeswitch| network_mode: host | |
|
|
|
|
| nginx | network_mode: host| | extra_hosts: <br /> - "host.docker.internal:10.7.7.1"<br /> - "core:10.7.7.2"<br /> - "etherpad:10.7.7.4"<br /> - "webrtc-sfu:10.7.7.10"<br /> - "html5:10.7.7.11"
|
|
|
|
| etherpad | bbb-net | 10.7.7.4|
|
|
|
|
| redis | bbb-net | 10.7.7.5|
|
|
|
|
| mongodb | bbb-net | 10.7.7.6|
|
|
|
|
| kurento | network-mode: host | |
|
2022-05-09 12:21:50 +02:00
|
|
|
| webrtc-sfu | bbb-net | | network_mode: host
|
2021-03-10 09:54:03 +01:00
|
|
|
| fsesl-akka | bbb-net | 10.7.7.14 |
|
|
|
|
| apps-akka | bbb-net | 10.7.7.15 |
|
|
|
|
| libreoffice | bbb-net | 10.7.7.7 |
|
|
|
|
| periodic | bbb-net | 10.7.7.12 |
|
|
|
|
| recordings | bbb-net | 10.7.7.16 |
|
|
|
|
| webhooks | bbb-net | 10.7.7.17 |
|
|
|
|
| https_proxy | bbb-net | |network_mode: host
|
|
|
|
| coturn | network_mode: host | |
|
|
|
|
| greenlight | | | ports: 10.7.7.1:5000:80
|
|
|
|
| prometheus | bbb-net | 10.7.7.33 |
|
|
|
|
|
2021-03-27 15:51:14 +01:00
|
|
|
```yml
|
2021-03-10 09:54:03 +01:00
|
|
|
networks:
|
|
|
|
bbb-net:
|
|
|
|
ipam:
|
|
|
|
driver: default
|
|
|
|
config:
|
|
|
|
- subnet: "10.7.7.0/24"
|
2021-03-27 15:51:14 +01:00
|
|
|
```
|