Compare commits

...

2 Commits

Author SHA1 Message Date
e45ca1b2d3 Merge pull request 'updates' (#2) from work into main
Reviewed-on: #2
2024-11-26 10:13:06 -06:00
ac230bf35a updates
Some checks failed
/ Plan (push) Successful in 44s
/ Plan (pull_request) Has been cancelled
/ Deploy (pull_request) Has been cancelled
2024-11-26 10:12:11 -06:00
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: