Compare commits

..

No commits in common. "e45ca1b2d34c4afe4d398b8fd89291e3b47491bf" and "1402c07e7049c057e927580617e4428ead6a255c" have entirely different histories.

2 changed files with 5 additions and 8 deletions

View File

@ -1,11 +1,7 @@
services:
enphase:
libnotices:
image: git.hamik.net/paradizelost/enphase:latest
container_name: enphase
container_name: libnotices
restart: always
environment:
- ENPHASE_TOKEN=${ENPHASE_TOKEN}
- ENPHASE_URL=${ENPHASE_URL}
- INFLUX_USER=${INFLUX_USER}
- INFLUX_PASSWORD=${INFLUX_PASSWORD}
- INFLUX_URI=${INFLUX_URI}
ports:
- "80:80"

View File

@ -162,6 +162,7 @@ enphaseurl = os.environ["ENPHASE_URL"]
infdbuser = os.environ["INFLUX_USER"]
infdbpass = os.environ["INFLUX_PASSWORD"]
influxuri = os.environ["INFLUX_URI"]
infdbuser = os.environ["INFLUX_USER"]
while True: