Compare commits
No commits in common. "e45ca1b2d34c4afe4d398b8fd89291e3b47491bf" and "1402c07e7049c057e927580617e4428ead6a255c" have entirely different histories.
e45ca1b2d3
...
1402c07e70
@ -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"
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user