.env 862 B

123456789101112131415161718192021222324
  1. TB_QUEUE_TYPE=kafka
  2. DOCKER_REPO=thingsboard
  3. JS_EXECUTOR_DOCKER_NAME=tb-js-executor
  4. TB_NODE_DOCKER_NAME=tb-node
  5. WEB_UI_DOCKER_NAME=tb-web-ui
  6. MQTT_TRANSPORT_DOCKER_NAME=tb-mqtt-transport
  7. HTTP_TRANSPORT_DOCKER_NAME=tb-http-transport
  8. COAP_TRANSPORT_DOCKER_NAME=tb-coap-transport
  9. LWM2M_TRANSPORT_DOCKER_NAME=tb-lwm2m-transport
  10. SNMP_TRANSPORT_DOCKER_NAME=tb-snmp-transport
  11. TB_VERSION=latest
  12. # Database used by ThingsBoard, can be either postgres (PostgreSQL) or hybrid (PostgreSQL for entities database and Cassandra for timeseries database).
  13. # According to the database type corresponding docker service will be deployed (see docker-compose.postgres.yml, docker-compose.hybrid.yml for details).
  14. DATABASE=postgres
  15. LOAD_BALANCER_NAME=haproxy-certbot
  16. # If enabled Prometheus and Grafana containers are deployed along with other containers
  17. MONITORING_ENABLED=false