version: '3'
services:
server:
build: .
command: python3 scalesrv.py
ports:
- "18001:18001"
clustering:
command: python3 cluster.py
influx:
command: python3 mqtt2influx.py
Powered by TurnKey Linux.