[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-06-06 07:45:27 +00:00
parent b269d1a536
commit 5bc8250582

View file

@ -104,6 +104,17 @@ services:
networks: networks:
- monitoring_network - monitoring_network
snmp-exporter:
image: quay.io/prometheus/snmp-exporter
ports:
- 9116:9116
- 116:116/udp
volumes:
- /app-config/snmp-exporter:/etc/snmp-exporter/
restart: always
command: --config.file=/etc/snmp-exporter/snmp.yml
networks:
- monitoring_network
# InfluxDB # InfluxDB
influxdb: influxdb: