scalefix/docker-compose.yml

11 lines
171 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