-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose-build.yaml
50 lines (50 loc) · 1.44 KB
/
docker-compose-build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version: '3.7'
services:
jupyter:
build:
context: ./harness-recommender/notebooks
dockerfile: Dockerfile
network: host
image: localhost:32000/harness-jupyter:registry
harness-locust-cli:
build:
context: ./harness-recommender/harness-locust-cli
dockerfile: Dockerfile
network: host
image: localhost:32000/harness-locust-cli:registry
fluentd:
build:
context: ./harness-recommender/fluentd-locust
dockerfile: Dockerfile
network: host
image: localhost:32000/fluentd-locust:registry
sgx-proxy-nosgx:
build:
context: ./PrivateRecSys-proxy
dockerfile: Dockerfile-noSGX
network: host
image: localhost:32000/sgx-proxy-nosgx:registry
sgx-proxy:
build:
context: ./PrivateRecSys-proxy
dockerfile: Dockerfile
network: host
image: localhost:32000/sgx-proxy:registry
node-injector:
build:
context: ./harness-recommender/http-injector
dockerfile: Dockerfile
network: host
image: localhost:32000/node-injector:registry
stub-recommender:
build:
context: ./stub/stub-recommender-nginx
dockerfile: Dockerfile
network: host
image: localhost:32000/stub-recommender-nginx:registry
harness-locust-cli-events:
build:
context: ./harness-recommender/harness-locust-cli
dockerfile: Dockerfile
network: host
image: localhost:32000/harness-locust-cli:registry