aboutsummaryrefslogtreecommitdiffstats
path: root/tools/docker/deployment/interactive/docker-compose.yml
blob: cbf894c59987db34790cbc78e978ed7f5eba47e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: '2'

services:
  deploy:
    build:
      context: ./controller
    volumes:
      - ./controller/vsperf:/vsperf
    ports:
      - 50051:50051