forked from johanmeijer/grott
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompose.yaml
38 lines (38 loc) · 1.18 KB
/
compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: '3.3'
services:
grott:
#network_mode: host
#image: ledidobe/grott
image: ledidobe/grott
container_name: grott
restart: unless-stopped
ports:
- "5279:5279"
# volumes:
# - /opt/grott/grottstub.ini:/app/grott.ini
# - /opt/grott/grottstub.py:/app/grottext.py
environment:
- gblockcmd=False
- gnomqtt=False
- gmqttip=localhost
- gmqttauth=False
- gmqttuser=growatt
- gmqttpassword=growatt2020
- gpvoutput=False
- gpvapikey=yourapikey
- gpvinverterid1
- gpvsystemid1=12345
- ginflux=False
- ginflux2=False
- gifdbname=grottdb
- gifip=localhost
- gifport=8086
- gifuser=grott
- gigpassword=growatt2020
- giftoken=influx_token
- giforg=grottorg
- gifbucket=grottdb
- gextension=false
- gextname=grottext
- 'gextvar = {"ip": "192.168.0.47", "port": "8000"}'
- TZ=Europe/Amsterdam