forked from Open-Building-Management/emoncms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
48 lines (48 loc) · 1016 Bytes
/
config.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
39
40
41
42
43
44
45
46
47
48
name: emoncms
description: The webapp for energy monitoring and more
version: alpine3.20_emoncms11.6.5
image: alexjunk/emoncms
slug: emoncms
url: https://github.com/Open-Building-Management/emoncms/issues
init: false
arch:
- armv7
- aarch64
- amd64
map:
- all_addon_configs
- addon_config:rw
- ssl
ingress: true
ingress_port: 80
ingress_stream: true
ports:
80/tcp: null
443/tcp: 7443
1883/tcp: 9883
options:
TZ: Europe/Paris
MQTT_HOST: localhost
MQTT_BASETOPIC: emon
MQTT_USER: emonpi
MQTT_PASSWORD: emonpimqtt2016
MQTT_LOG_LEVEL: error
EMONCMS_LOG_LEVEL: 2
LOW_WRITE_MODE: true
CUSTOM_APACHE_CONF: false
CRT_FILE: /etc/ssl/apache2/server.pem
KEY_FILE: /etc/ssl/apache2/server.key
CNAME: localhost
schema:
TZ: str
MQTT_HOST: str
MQTT_BASETOPIC: str
MQTT_USER: str
MQTT_PASSWORD: str
MQTT_LOG_LEVEL: list(error|information|notice|all)
EMONCMS_LOG_LEVEL: list(1|2|3)
LOW_WRITE_MODE: bool
CUSTOM_APACHE_CONF: bool
CRT_FILE: str
KEY_FILE: str
CNAME: str