Rework portfolio around Linux operations, Zabbix monitoring, migration validation, and ELK/Grafana log observability. Add AAP-style LVM resize workflow, Zabbix server/proxy/agent automation assets, Linux/AIX monitoring templates, and updated validation CI.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
services:
|
||||
web:
|
||||
image: debian:12-slim
|
||||
command: ["sleep", "infinity"]
|
||||
networks:
|
||||
infra_sim:
|
||||
ipv4_address: 172.20.0.11
|
||||
|
||||
db:
|
||||
image: debian:12-slim
|
||||
command: ["sleep", "infinity"]
|
||||
networks:
|
||||
infra_sim:
|
||||
ipv4_address: 172.20.0.21
|
||||
|
||||
lb:
|
||||
image: debian:12-slim
|
||||
command: ["sleep", "infinity"]
|
||||
networks:
|
||||
infra_sim:
|
||||
ipv4_address: 172.20.0.31
|
||||
|
||||
networks:
|
||||
infra_sim:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.20.0.0/24
|
||||
Reference in New Issue
Block a user