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
Add ClamAV by default, can be shut down if not needed
73c6d69f
docker-compose.yml | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index eac8bb29..f2c80a4d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -55,16 +55,17 @@ services:
aliases:
- redis
-# clamd-mailcow:
-# image: mailcow/clamd
-# restart: always
-# dns:
-# - 172.22.1.254
-# dns_search: mailcow-network
-# networks:
-# mailcow-network:
-# aliases:
-# - clamd
+ clamd-mailcow:
+ image: mailcow/clamd
+ build: ./data/Dockerfiles/clamav
+ restart: always
+ dns:
+ - 172.22.1.254
+ dns_search: mailcow-network
+ networks:
+ mailcow-network:
+ aliases:
+ - clamd
rspamd-mailcow:
image: mailcow/rspamd