Skip to content

Commit

Permalink
docs and drop logging
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 8, 2024
1 parent d0bd721 commit a47737a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Test the generated value:
- Check why DMARC reports are not sent: https://github.com/docker-mailserver/docker-mailserver/issues/2636
- Test the fix for: https://github.com/docker-mailserver/docker-mailserver/issues/3323
- Integrate NTP: https://docs.ntpd-rs.pendulum-project.org/man/ntp.toml.5/
- [check integration](https://spfbl.net/en/dnswl/)
- [check it works](https://doc.ubuntu-fr.org/ssmtp)

## Interesting documentations

Expand Down
15 changes: 11 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: "3.8"

services:
dns-server:
logging:
driver: none
image: hickorydns/hickory-dns:latest
dns:
- "10.222.222.1"
Expand All @@ -17,6 +19,8 @@ services:
RUST_LOG: ${HICKORY_DNS_LOG_LEVEL:-info}

mailserver:
logging:
driver: none
image: mailserver/docker-mailserver:13.3.1
mem_limit: 4G
mem_reservation: 2G
Expand Down Expand Up @@ -193,10 +197,7 @@ services:
mem_limit: 1G
mem_reservation: 100M
logging:
driver: "json-file"
options:
max-file: "5"
max-size: "1m"
driver: none
dns:
- "10.222.222.1"
hostname: ldap.mail-server.intranet
Expand Down Expand Up @@ -249,6 +250,8 @@ services:
- no-new-privileges:true

phpldapadmin:
logging:
driver: none
image: ghcr.io/sudo-bot/docker-phpldapadmin/docker-phpldapadmin:latest
mem_limit: 512M
mem_reservation: 100M
Expand Down Expand Up @@ -285,6 +288,8 @@ services:
- no-new-privileges:true

acme:
logging:
driver: none
image: docker.io/neilpang/acme.sh:3.0.7
dns:
- "10.222.222.1"
Expand Down Expand Up @@ -325,6 +330,8 @@ services:
- no-new-privileges:true

crowdsec:
logging:
driver: none
image: crowdsecurity/crowdsec:v1.6.0
dns_search: ""
restart: always
Expand Down

0 comments on commit a47737a

Please sign in to comment.