Create docker-compose.yml
This commit is contained in:
16
Drilling Emulator/docker-compose.yml
Normal file
16
Drilling Emulator/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user