Big init
This commit is contained in:
16
cont/conf/docker-compose.dev.yaml
Normal file
16
cont/conf/docker-compose.dev.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user