initial commit
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
enphase:
|
||||
image: git.hamik.net/paradizelost/pingtest:latest
|
||||
container_name: pingtest
|
||||
restart: always
|
||||
environment:
|
||||
- INFLUX_USER=${INFLUX_USER}
|
||||
- INFLUX_PASSWORD=${INFLUX_PASSWORD}
|
||||
- INFLUX_URI=${INFLUX_URI}
|
||||
- PING_HOSTS="8.8.8.8,10.0.2.1,24.220.0.10,10.2.0.1,192.168.1.25"
|
Reference in New Issue
Block a user