-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
114 lines (114 loc) · 2.02 KB
/
docker-compose.yml
File metadata and controls
114 lines (114 loc) · 2.02 KB
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
# sudo apt install docker-compose-v2
services:
nginx:
image: gonwan/nginx_server:1.0.0
ports:
- "9000:8099"
deploy:
resources:
limits:
cpus: 4
libevhtp:
image: gonwan/libevhtp_server:1.0.0
ports:
- "9001:8099"
deploy:
resources:
limits:
cpus: 4
drogon:
image: gonwan/drogon_server:1.0.0
ports:
- "9002:8099"
deploy:
resources:
limits:
cpus: 4
beast:
image: gonwan/beast_server:1.0.0
ports:
- "9003:8099"
deploy:
resources:
limits:
cpus: 4
gin:
image: gonwan/gin_server:1.0.0
ports:
- "9011:8099"
deploy:
resources:
limits:
cpus: 4
gofiber:
image: gonwan/gofiber_server:1.0.0
ports:
- "9012:8099"
deploy:
resources:
limits:
cpus: 4
hertz:
image: gonwan/hertz_server:1.0.0
ports:
- "9013:8099"
deploy:
resources:
limits:
cpus: 4
spring-webflux:
image: gonwan/spring-webflux:1.0.0
ports:
- "9021:8099"
deploy:
resources:
limits:
cpus: 4
spring-webmvc:
image: gonwan/spring-webmvc:1.0.0
ports:
- "9022:8099"
deploy:
resources:
limits:
cpus: 4
spring-webmvc-undertow:
image: gonwan/spring-webmvc-undertow:1.0.0
ports:
- "9023:8099"
deploy:
resources:
limits:
cpus: 4
aspnetcore:
image: gonwan/aspnetcore_server:1.0.0
ports:
- "9031:8099"
deploy:
resources:
limits:
cpus: 4
node:
image: gonwan/node_server:1.0.0
ports:
- "9041:8099"
deploy:
resources:
limits:
cpus: 4
bun:
image: gonwan/bun_server:1.0.0
ports:
- "9042:8099"
deploy:
resources:
limits:
cpus: 4
actix:
image: gonwan/actix_server:1.0.0
ports:
- "9051:8099"
deploy:
resources:
limits:
cpus: 4