Skip to content

Commit 07785c4

Browse files
authored
fix: remove pids_limit from production Docker services (#169)
Reverts pids_limit — unnecessary complexity in containerized environment.
1 parent 1fb94f2 commit 07785c4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
474
1+
475

docker-compose.prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ services:
5858
start_period: 10s
5959
cap_drop:
6060
- ALL
61-
pids_limit: 200
6261
read_only: true
6362
tmpfs:
6463
- /tmp:size=64M
@@ -113,7 +112,6 @@ services:
113112
cap_add:
114113
- SETUID
115114
- SETGID
116-
pids_limit: 100
117115
read_only: true
118116
tmpfs:
119117
- /tmp:size=16M

0 commit comments

Comments
 (0)