scalefix/docker-compose.yml
2020-03-12 12:53:20 +01:00

10 lines
171 B
YAML

version: '3'
services:
server:
build: .
command: python3 scalesrv.py
ports:
- "18001:18001"
clustering:
build: .
command: python3 cluster.py