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: services:
enphase: libnotices:
image: git.hamik.net/paradizelost/enphase:latest image: git.hamik.net/paradizelost/enphase:latest
container_name: enphase container_name: libnotices
restart: always restart: always
environment: ports:
- ENPHASE_TOKEN=${ENPHASE_TOKEN} - "80:80"
- ENPHASE_URL=${ENPHASE_URL}
- INFLUX_USER=${INFLUX_USER}
- INFLUX_PASSWORD=${INFLUX_PASSWORD}
- INFLUX_URI=${INFLUX_URI}

View File

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