initial commit

This commit is contained in:
2024-11-26 12:27:27 -06:00
commit 1d2c1a17aa
7 changed files with 129 additions and 0 deletions

10
docker-compose.yml Normal file
View 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"