Monitoring Stack: update network configuration

This commit is contained in:
Aroy-Art 2025-05-22 17:40:47 +02:00
parent a41ae0ebe9
commit 70fec9b2c3
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -4,7 +4,14 @@
name: monitoring-stack name: monitoring-stack
networks: networks:
monitoring: default:
name: monitoring_net
driver: bridge
external: true
ipam:
config:
- subnet: 172.16.2.0/24
gateway: 172.16.2.1
services: services:
############################################## ##############################################