-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
135 lines (134 loc) · 2.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
version: '3.9'
services:
almalinux:
build:
context: .
dockerfile: ./almalinux/Dockerfile
ports:
- 8002:8000
amazonlinux:
build:
context: .
dockerfile: ./amazonlinux/Dockerfile
ports:
- 8006:8000
archlinux:
build:
context: .
dockerfile: ./archlinux/Dockerfile
ports:
- 8003:8000
cbl-mariner:
build:
context: .
dockerfile: ./cbl-mariner/Dockerfile
ports:
- 8019:8000
centos:
build:
context: .
dockerfile: ./centos/Dockerfile
ports:
- 8009:8000
centos8:
build:
context: .
dockerfile: ./centos/Dockerfile
ports:
- 8018:8000
chimeralinux:
build:
context: .
dockerfile: ./chimeralinux/Dockerfile
ports:
- 8004:8000
debian:
build:
context: .
dockerfile: ./debian/Dockerfile
ports:
- 8011:8000
fedora:
build:
context: .
dockerfile: ./fedora/Dockerfile
ports:
- 8016:8000
gentoo:
build:
context: .
dockerfile: ./gentoo/Dockerfile
ports:
- 8005:8000
kalilinux:
build:
context: .
dockerfile: ./kalilinux/Dockerfile
ports:
- 8017:8000
linux-mint:
build:
context: .
dockerfile: ./linux-mint/Dockerfile
ports:
- 8014:8000
mageia:
build:
context: .
dockerfile: ./mageia/Dockerfile
ports:
- 8010:8000
opensuse:
build:
context: .
dockerfile: ./opensuse/Dockerfile
ports:
- 8007:8000
oraclelinux:
build:
context: .
dockerfile: ./oraclelinux/Dockerfile
ports:
- 8015:8000
parrot:
build:
context: .
dockerfile: ./parrot/Dockerfile
ports:
- 8021:8000
rockylinux:
build:
context: .
dockerfile: ./rockylinux/Dockerfile
ports:
- 8008:8000
solus:
build:
context: .
dockerfile: ./solus/Dockerfile
ports:
- 8022:8000
ubuntu:
build:
context: .
dockerfile: ./ubuntu/Dockerfile
ports:
- 8001:8000
void-linux:
build:
context: .
dockerfile: ./void-linux/Dockerfile
ports:
- 8013:8000
redhat:
build:
context: .
dockerfile: ./redhat/Dockerfile
ports:
- 8012:8000
manjarolinux:
build:
context: .
dockerfile: ./manjarolinux/Dockerfile
ports:
- 8020:8000