Files
SNMP-Influx-collector/cont/conf/docker-compose.dev.yaml

17 lines
350 B
YAML
Raw Normal View History

2026-02-25 23:16:46 +01:00
---
services:
mdfanchanger:
container_name: snmpython-dev
user: 1600:1600
image: shupotea/yuruc3/snmpython:dev
build:
dockerfile: ./Dockerfile
environment:
- INFLUXTOKEN: "12345678"
- INFLUXHOST: ""
- HOST_LIST: ["192.168.0.1", "192.168.0.1", "192.168.0.1", "192.168.0.1"]
restart: unless-stopped