scalefix/docker-compose.yml

14 lines
230 B
YAML
Raw Normal View History

2020-03-12 11:18:27 +01:00
version: '3'
services:
server:
2020-03-12 12:53:20 +01:00
build: .
command: python3 scalesrv.py
2020-03-12 11:18:27 +01:00
ports:
- "18001:18001"
clustering:
2020-03-12 12:53:20 +01:00
build: .
command: python3 cluster.py
2020-03-12 19:03:23 +01:00
influx:
build: .
command: python3 mqtt2influx.py