-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yml
50 lines (50 loc) · 1.52 KB
/
docker-compose.yml
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
services:
shadowbound:
build:
context: .
dockerfile: Dockerfile
labels:
- "org.opencontainers.image.source=https://github.com/cla7aye15I4nd/shadowbound"
image: ghcr.io/cla7aye15i4nd/shadowbound/shadowbound:1.0.0
nginx-eval:
build:
context: .
dockerfile: artifact/nginx/Dockerfile
labels:
- "org.opencontainers.image.source=https://github.com/cla7aye15I4nd/shadowbound"
volumes:
- ./artifact/nginx/results:/results
environment:
- TARGET=${TARGET:-shadowbound}
privileged: true
image: ghcr.io/cla7aye15i4nd/shadowbound/shadowbound-nginx:1.0.0
depends_on:
- shadowbound
chakra-eval:
build:
context: .
dockerfile: artifact/chakra/Dockerfile
labels:
- "org.opencontainers.image.source=https://github.com/cla7aye15I4nd/shadowbound"
volumes:
- ./artifact/chakra/results:/results
privileged: true
image: ghcr.io/cla7aye15i4nd/shadowbound/shadowbound-chakra:1.0.0
sec-eval:
build:
context: artifact/security
dockerfile: Dockerfile
labels:
- "org.opencontainers.image.source=https://github.com/cla7aye15I4nd/shadowbound"
image: ghcr.io/cla7aye15i4nd/shadowbound/shadowbound-sec-eval:1.0.0
depends_on:
- shadowbound
spec2017-eval:
build:
context: .
dockerfile: artifact/spec2017/Dockerfile
labels:
- "org.opencontainers.image.source=https://github.com/cla7aye15I4nd/shadowbound"
privileged: true
depends_on:
- shadowbound