-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yaml
67 lines (66 loc) · 1001 Bytes
/
docker-compose.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
version: "3"
services:
armeria:
build: armeria
ports:
- "7001:8080"
blade:
build: blade
ports:
- "7002:8080"
dropwizard:
build: dropwizard
ports:
- "7003:8080"
helidon-mp:
build: helidon-mp
ports:
- "7004:8080"
helidon-se:
build: helidon-se
ports:
- "7005:8080"
http4k:
build: http4k
ports:
- "7006:8080"
javalin:
build: javalin
ports:
- "7007:7000"
jooby:
build: jooby
ports:
- "7008:8080"
ktor:
build: ktor
ports:
- "7009:8080"
kumuluzee:
build: kumuluzee
ports:
- "7010:8080"
micronaut:
build: micronaut
ports:
- "7011:8080"
minijax:
build: minijax
ports:
- "7012:8080"
pippo:
build: pippo
ports:
- "7013:8080"
ratpack:
build: ratpack
ports:
- "7014:8080"
spark:
build: spark
ports:
- "7015:8080"
quarkus:
build: quarkus
ports:
- "7016:8080"