17 lines
429 B
YAML
17 lines
429 B
YAML
services:
|
|
# ThingsBoard IoT Gateway Service Configuration
|
|
tb-gateway:
|
|
image: thingsboard/tb-gateway:3.7-stable
|
|
container_name: tb-gateway-scada-drilling-system
|
|
restart: always
|
|
|
|
# Necessary mapping for Linux
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
# Environment variables
|
|
environment:
|
|
- host=mqtt.thingsboard.cloud
|
|
- port=8883
|
|
- accessToken=foPEZNIuIMkiTynffNDv
|