updates
Some checks failed
/ Plan (push) Successful in 44s
/ Plan (pull_request) Has been cancelled
/ Deploy (pull_request) Has been cancelled

This commit is contained in:
Dan Hamik 2024-11-26 10:12:11 -06:00
parent 87d5b2fddd
commit ac230bf35a
2 changed files with 8 additions and 5 deletions

View File

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

View File

@ -162,7 +162,6 @@ 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: