new things-board docker file

This commit is contained in:
2023-08-22 13:15:48 +02:00
parent 8da06841cf
commit dd279b13ea

View File

@@ -0,0 +1,19 @@
version: '3.0'
services:
mytb:
restart: unless-stopped
image: "thingsboard/tb-postgres"
ports:
- "9090:9090"
- "1883:1883"
- "7070:7070"
- "5683-5688:5683-5688/udp"
environment:
TB_QUEUE_TYPE: in-memory
volumes:
- things_board_data:/data
- things_board_log:/var/log/thingsboard
volumes:
things_board_data:
things_board_log: