public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Compose] Push Rspamd 1.4; Push acme 1.14; Add Dovecot ulimits
4e148c70
docker-compose.yml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 68ba9d2b..04c81a56 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -80,7 +80,7 @@ services:
- clamd
rspamd-mailcow:
- image: mailcow/rspamd:1.3
+ image: mailcow/rspamd:1.4
build: ./data/Dockerfiles/rspamd
command: >
/bin/bash -c "
@@ -186,6 +186,11 @@ services:
- "${POPS_PORT:-995}:995"
- "${SIEVE_PORT:-4190}:4190"
restart: always
+ ulimits:
+ nproc: 65535
+ nofile:
+ soft: 20000
+ hard: 40000
dns:
- 172.22.1.254
dns_search: mailcow-network
@@ -277,7 +282,7 @@ services:
acme-mailcow:
depends_on:
- nginx-mailcow
- image: mailcow/acme:1.12
+ image: mailcow/acme:1.13
build: ./data/Dockerfiles/acme
dns:
- 172.22.1.254