-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit-stack-freepbx.yml
More file actions
59 lines (53 loc) · 1.45 KB
/
it-stack-freepbx.yml
File metadata and controls
59 lines (53 loc) · 1.45 KB
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
# it-stack-freepbx.yml — IT-Stack Module Manifest
# Module 10: FreePBX/Asterisk VoIP PBX
module:
name: freepbx
number: "10"
repo: it-stack-dev/it-stack-freepbx
version: "0.1.0"
phase: 3
category: communications
server: lab-pbx1
description: "FreePBX/Asterisk VoIP PBX"
upstream:
name: FreePBX / Asterisk
image: tiredofit/freepbx:16
license: GPL-2.0
ports:
- 5060 (SIP)
- 5061 (SIP TLS)
- 80 (Admin HTTP)
- 10000-20000/udp (RTP)
labs:
- id: "10-01"
name: Standalone
docker_compose: docker/docker-compose.standalone.yml
test_script: tests/labs/test-lab-10-01.sh
- id: "10-02"
name: External Dependencies
docker_compose: docker/docker-compose.lan.yml
test_script: tests/labs/test-lab-10-02.sh
- id: "10-03"
name: Advanced Features
docker_compose: docker/docker-compose.advanced.yml
test_script: tests/labs/test-lab-10-03.sh
- id: "10-04"
name: SSO Integration
docker_compose: docker/docker-compose.sso.yml
test_script: tests/labs/test-lab-10-04.sh
- id: "10-05"
name: Advanced Integration
docker_compose: docker/docker-compose.integration.yml
test_script: tests/labs/test-lab-10-05.sh
- id: "10-06"
name: Production Deployment
docker_compose: docker/docker-compose.production.yml
test_script: tests/labs/test-lab-10-06.sh
resources:
cpu_cores: 2
ram_gb: 4
disk_gb: 20
health_check:
endpoint: /health
metrics_endpoint: /metrics
log_path: /var/log/freepbx/