File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 14
14
# 5009:5432 -- PostgreSQL database
15
15
16
16
version : ' 3'
17
+
18
+ # this should be dolved by python3-daemon >= 3.0.0
19
+ # https://bugzilla.redhat.com/show_bug.cgi?id=2307635
20
+ x-ulimits : &ulimits_settings
21
+ ulimits :
22
+ nproc : 65535
23
+ nofile :
24
+ soft : 32767
25
+ hard : 65535
26
+
27
+
17
28
services :
18
29
19
30
# @TODO Probably not all backend services should use the same Dockerfile
@@ -30,6 +41,7 @@ services:
30
41
volumes :
31
42
- .:/opt/copr:z
32
43
- results:/var/lib/copr/public_html/results:z
44
+ << : *ulimits_settings
33
45
34
46
backend-build :
35
47
build :
@@ -43,6 +55,7 @@ services:
43
55
volumes :
44
56
- .:/opt/copr:z
45
57
- results:/var/lib/copr/public_html/results:z
58
+ << : *ulimits_settings
46
59
47
60
backend-action :
48
61
build :
@@ -56,6 +69,7 @@ services:
56
69
volumes :
57
70
- .:/opt/copr:z
58
71
- results:/var/lib/copr/public_html/results:z
72
+ << : *ulimits_settings
59
73
60
74
resalloc :
61
75
build :
@@ -147,6 +161,7 @@ services:
147
161
volumes :
148
162
- .:/opt/copr:z
149
163
- dist-git:/var/lib/dist-git:z
164
+ << : *ulimits_settings
150
165
151
166
distgit-httpd :
152
167
build :
@@ -160,6 +175,7 @@ services:
160
175
- .:/opt/copr:z
161
176
- dist-git:/var/lib/dist-git:z
162
177
command : /usr/sbin/httpd -DFOREGROUND
178
+ << : *ulimits_settings
163
179
164
180
keygen-signd :
165
181
build :
You can’t perform that action at this time.
0 commit comments