mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
Merge branch 'main' of gitlab.sectorq.eu:home/docker-compose
This commit is contained in:
@ -117,8 +117,8 @@ services:
|
|||||||
- webmail
|
- webmail
|
||||||
- radicale
|
- radicale
|
||||||
ports:
|
ports:
|
||||||
- 0.0.0.0:80:80
|
- 0.0.0.0:8880:80
|
||||||
- 0.0.0.0:443:443
|
- 0.0.0.0:8443:443
|
||||||
- 0.0.0.0:25:25
|
- 0.0.0.0:25:25
|
||||||
- 0.0.0.0:465:465
|
- 0.0.0.0:465:465
|
||||||
- 0.0.0.0:587:587
|
- 0.0.0.0:587:587
|
||||||
|
@ -24,8 +24,8 @@ HOSTNAMES=sectorq.eu,mail.sectorq.eu
|
|||||||
POSTMASTER=admin
|
POSTMASTER=admin
|
||||||
|
|
||||||
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
|
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
|
||||||
TLS_FLAVOR=cert
|
#TLS_FLAVOR=cert
|
||||||
#TLS_FLAVOR=letsencrypt
|
TLS_FLAVOR=letsencrypt
|
||||||
# Authentication rate limit per IP (per /24 on ipv4 and /48 on ipv6)
|
# Authentication rate limit per IP (per /24 on ipv4 and /48 on ipv6)
|
||||||
AUTH_RATELIMIT_IP=5/hour
|
AUTH_RATELIMIT_IP=5/hour
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user