forked from frappe/frappe_docker
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv-production-thingsroot
More file actions
28 lines (28 loc) · 1.18 KB
/
env-production-thingsroot
File metadata and controls
28 lines (28 loc) · 1.18 KB
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
LETSENCRYPT_EMAIL=email@example.com
THINGSROOT_VERSION=latest
FRAPPE_VERSION=version-12
MARIADB_HOST=mariadb
MYSQL_ROOT_PASSWORD=admin
SITE_NAME=ioe.example.com
SITES=`ioe.example.com`
DB_ROOT_USER=root
ADMIN_PASSWORD=admin
INSTALL_APPS=wechat,cloud,conf_center,app_center,iot,ioe_api,iot_chan
ENTRYPOINT_LABEL=traefik.http.routers.thingsroot-nginx.entrypoints=websecure
CERT_RESOLVER_LABEL=traefik.http.routers.thingsroot-nginx.tls.certresolver=myresolver
HTTPS_REDIRECT_RULE_LABEL=traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)
HTTPS_REDIRECT_ENTRYPOINT_LABEL=traefik.http.routers.http-catchall.entrypoints=web
HTTPS_REDIRECT_MIDDLEWARE_LABEL=traefik.http.routers.http-catchall.middlewares=redirect-to-https
HTTPS_USE_REDIRECT_MIDDLEWARE_LABEL=traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https
FRAPPE_AUTH_CODE=1234567890
MQTT_USER=root
MQTT_PASSWORD=1234567890
MQTT_DASHBOARD_PASSWORD=admin
INFLUXDB_USER=root
INFLUXDB_PASSWORD=admin
CLOUD_SITE_NAME=cloud.example.com
CLOUD_SITES=`cloud.example.com`
CLOUD_ENTRYPOINT_LABEL=traefik.http.routers.thingsroot-web.entrypoints=websecure
SERVICES_RESTART=always
NPC_HOST=nps.thingsroot.com:7088
NPC_AUTH_KEY=thingsboard-auth-key