-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit-stack-postgresql.yml
More file actions
56 lines (50 loc) · 1.39 KB
/
it-stack-postgresql.yml
File metadata and controls
56 lines (50 loc) · 1.39 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
# it-stack-postgresql.yml — IT-Stack Module Manifest
# Module 03: PostgreSQL primary database
module:
name: postgresql
number: "03"
repo: it-stack-dev/it-stack-postgresql
version: "0.1.0"
phase: 1
category: database
server: lab-db1
description: "PostgreSQL primary database"
upstream:
name: PostgreSQL
image: postgres:16
license: PostgreSQL
ports:
- 5432 (PostgreSQL)
labs:
- id: "03-01"
name: Standalone
docker_compose: docker/docker-compose.standalone.yml
test_script: tests/labs/test-lab-03-01.sh
- id: "03-02"
name: External Dependencies
docker_compose: docker/docker-compose.lan.yml
test_script: tests/labs/test-lab-03-02.sh
- id: "03-03"
name: Advanced Features
docker_compose: docker/docker-compose.advanced.yml
test_script: tests/labs/test-lab-03-03.sh
- id: "03-04"
name: SSO Integration
docker_compose: docker/docker-compose.sso.yml
test_script: tests/labs/test-lab-03-04.sh
- id: "03-05"
name: Advanced Integration
docker_compose: docker/docker-compose.integration.yml
test_script: tests/labs/test-lab-03-05.sh
- id: "03-06"
name: Production Deployment
docker_compose: docker/docker-compose.production.yml
test_script: tests/labs/test-lab-03-06.sh
resources:
cpu_cores: 2
ram_gb: 8
disk_gb: 20
health_check:
endpoint: /health
metrics_endpoint: /metrics
log_path: /var/log/postgresql/