mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-22 03:39:05 +02:00
Drop IPv6 for travis
This commit is contained in:
parent
a1ac7fc19c
commit
35e0fa1b9d
@ -22,23 +22,14 @@ services:
|
|||||||
driver: json-file
|
driver: json-file
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:80:80"
|
- "127.0.0.1:80:80"
|
||||||
- "::1:80:80"
|
|
||||||
- "127.0.0.1:443:443"
|
- "127.0.0.1:443:443"
|
||||||
- "::1:443:443"
|
|
||||||
- "127.0.0.1:25:25"
|
- "127.0.0.1:25:25"
|
||||||
- "::1:25:25"
|
|
||||||
- "127.0.0.1:465:465"
|
- "127.0.0.1:465:465"
|
||||||
- "::1:465:465"
|
|
||||||
- "127.0.0.1:587:587"
|
- "127.0.0.1:587:587"
|
||||||
- "::1:587:587"
|
|
||||||
- "127.0.0.1:110:110"
|
- "127.0.0.1:110:110"
|
||||||
- "::1:110:110"
|
|
||||||
- "127.0.0.1:995:995"
|
- "127.0.0.1:995:995"
|
||||||
- "::1:995:995"
|
|
||||||
- "127.0.0.1:143:143"
|
- "127.0.0.1:143:143"
|
||||||
- "::1:143:143"
|
|
||||||
- "127.0.0.1:993:993"
|
- "127.0.0.1:993:993"
|
||||||
- "::1:993:993"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/mailu/certs:/certs"
|
- "/mailu/certs:/certs"
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
#VERSION=master
|
#VERSION=master
|
||||||
|
|
||||||
# Set to a randomly generated 16 bytes string
|
# Set to a randomly generated 16 bytes string
|
||||||
SECRET_KEY=DY8PPWQXCFV84N4K
|
SECRET_KEY=HGZCYGVI6FVG31HS
|
||||||
|
|
||||||
# Address where listening ports should bind
|
# Address where listening ports should bind
|
||||||
# This variables are now set directly in `docker-compose.yml by the setup utility
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= ::1 (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
|
|||||||
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=letsencrypt
|
TLS_FLAVOR=cert
|
||||||
|
|
||||||
# Authentication rate limit (per source IP address)
|
# Authentication rate limit (per source IP address)
|
||||||
AUTH_RATELIMIT=10/minute;1000/hour
|
AUTH_RATELIMIT=10/minute;1000/hour
|
||||||
|
@ -22,23 +22,14 @@ services:
|
|||||||
driver: json-file
|
driver: json-file
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:80:80"
|
- "127.0.0.1:80:80"
|
||||||
- "::1:80:80"
|
|
||||||
- "127.0.0.1:443:443"
|
- "127.0.0.1:443:443"
|
||||||
- "::1:443:443"
|
|
||||||
- "127.0.0.1:25:25"
|
- "127.0.0.1:25:25"
|
||||||
- "::1:25:25"
|
|
||||||
- "127.0.0.1:465:465"
|
- "127.0.0.1:465:465"
|
||||||
- "::1:465:465"
|
|
||||||
- "127.0.0.1:587:587"
|
- "127.0.0.1:587:587"
|
||||||
- "::1:587:587"
|
|
||||||
- "127.0.0.1:110:110"
|
- "127.0.0.1:110:110"
|
||||||
- "::1:110:110"
|
|
||||||
- "127.0.0.1:995:995"
|
- "127.0.0.1:995:995"
|
||||||
- "::1:995:995"
|
|
||||||
- "127.0.0.1:143:143"
|
- "127.0.0.1:143:143"
|
||||||
- "::1:143:143"
|
|
||||||
- "127.0.0.1:993:993"
|
- "127.0.0.1:993:993"
|
||||||
- "::1:993:993"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/mailu/certs:/certs"
|
- "/mailu/certs:/certs"
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
#VERSION=master
|
#VERSION=master
|
||||||
|
|
||||||
# Set to a randomly generated 16 bytes string
|
# Set to a randomly generated 16 bytes string
|
||||||
SECRET_KEY=PDK7N9UC7FDQ2UWE
|
SECRET_KEY=JS48Q9KE3B6T97E6
|
||||||
|
|
||||||
# Address where listening ports should bind
|
# Address where listening ports should bind
|
||||||
# This variables are now set directly in `docker-compose.yml by the setup utility
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= ::1 (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
|
|||||||
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=letsencrypt
|
TLS_FLAVOR=cert
|
||||||
|
|
||||||
# Authentication rate limit (per source IP address)
|
# Authentication rate limit (per source IP address)
|
||||||
AUTH_RATELIMIT=10/minute;1000/hour
|
AUTH_RATELIMIT=10/minute;1000/hour
|
||||||
|
@ -22,23 +22,14 @@ services:
|
|||||||
driver: json-file
|
driver: json-file
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:80:80"
|
- "127.0.0.1:80:80"
|
||||||
- "::1:80:80"
|
|
||||||
- "127.0.0.1:443:443"
|
- "127.0.0.1:443:443"
|
||||||
- "::1:443:443"
|
|
||||||
- "127.0.0.1:25:25"
|
- "127.0.0.1:25:25"
|
||||||
- "::1:25:25"
|
|
||||||
- "127.0.0.1:465:465"
|
- "127.0.0.1:465:465"
|
||||||
- "::1:465:465"
|
|
||||||
- "127.0.0.1:587:587"
|
- "127.0.0.1:587:587"
|
||||||
- "::1:587:587"
|
|
||||||
- "127.0.0.1:110:110"
|
- "127.0.0.1:110:110"
|
||||||
- "::1:110:110"
|
|
||||||
- "127.0.0.1:995:995"
|
- "127.0.0.1:995:995"
|
||||||
- "::1:995:995"
|
|
||||||
- "127.0.0.1:143:143"
|
- "127.0.0.1:143:143"
|
||||||
- "::1:143:143"
|
|
||||||
- "127.0.0.1:993:993"
|
- "127.0.0.1:993:993"
|
||||||
- "::1:993:993"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/mailu/certs:/certs"
|
- "/mailu/certs:/certs"
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
#VERSION=master
|
#VERSION=master
|
||||||
|
|
||||||
# Set to a randomly generated 16 bytes string
|
# Set to a randomly generated 16 bytes string
|
||||||
SECRET_KEY=IUFE7Z57URZH1ZM1
|
SECRET_KEY=11H6XURLGE7GW3U1
|
||||||
|
|
||||||
# Address where listening ports should bind
|
# Address where listening ports should bind
|
||||||
# This variables are now set directly in `docker-compose.yml by the setup utility
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= ::1 (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
|
|||||||
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=letsencrypt
|
TLS_FLAVOR=cert
|
||||||
|
|
||||||
# Authentication rate limit (per source IP address)
|
# Authentication rate limit (per source IP address)
|
||||||
AUTH_RATELIMIT=10/minute;1000/hour
|
AUTH_RATELIMIT=10/minute;1000/hour
|
||||||
|
@ -22,23 +22,14 @@ services:
|
|||||||
driver: json-file
|
driver: json-file
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:80:80"
|
- "127.0.0.1:80:80"
|
||||||
- "::1:80:80"
|
|
||||||
- "127.0.0.1:443:443"
|
- "127.0.0.1:443:443"
|
||||||
- "::1:443:443"
|
|
||||||
- "127.0.0.1:25:25"
|
- "127.0.0.1:25:25"
|
||||||
- "::1:25:25"
|
|
||||||
- "127.0.0.1:465:465"
|
- "127.0.0.1:465:465"
|
||||||
- "::1:465:465"
|
|
||||||
- "127.0.0.1:587:587"
|
- "127.0.0.1:587:587"
|
||||||
- "::1:587:587"
|
|
||||||
- "127.0.0.1:110:110"
|
- "127.0.0.1:110:110"
|
||||||
- "::1:110:110"
|
|
||||||
- "127.0.0.1:995:995"
|
- "127.0.0.1:995:995"
|
||||||
- "::1:995:995"
|
|
||||||
- "127.0.0.1:143:143"
|
- "127.0.0.1:143:143"
|
||||||
- "::1:143:143"
|
|
||||||
- "127.0.0.1:993:993"
|
- "127.0.0.1:993:993"
|
||||||
- "::1:993:993"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/mailu/certs:/certs"
|
- "/mailu/certs:/certs"
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
#VERSION=master
|
#VERSION=master
|
||||||
|
|
||||||
# Set to a randomly generated 16 bytes string
|
# Set to a randomly generated 16 bytes string
|
||||||
SECRET_KEY=QWE7CJZOET9BN4BU
|
SECRET_KEY=V5J4SHRYVW9PZIQU
|
||||||
|
|
||||||
# Address where listening ports should bind
|
# Address where listening ports should bind
|
||||||
# This variables are now set directly in `docker-compose.yml by the setup utility
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= ::1 (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
|
|||||||
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=letsencrypt
|
TLS_FLAVOR=cert
|
||||||
|
|
||||||
# Authentication rate limit (per source IP address)
|
# Authentication rate limit (per source IP address)
|
||||||
AUTH_RATELIMIT=10/minute;1000/hour
|
AUTH_RATELIMIT=10/minute;1000/hour
|
||||||
|
@ -22,23 +22,14 @@ services:
|
|||||||
driver: json-file
|
driver: json-file
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:80:80"
|
- "127.0.0.1:80:80"
|
||||||
- "::1:80:80"
|
|
||||||
- "127.0.0.1:443:443"
|
- "127.0.0.1:443:443"
|
||||||
- "::1:443:443"
|
|
||||||
- "127.0.0.1:25:25"
|
- "127.0.0.1:25:25"
|
||||||
- "::1:25:25"
|
|
||||||
- "127.0.0.1:465:465"
|
- "127.0.0.1:465:465"
|
||||||
- "::1:465:465"
|
|
||||||
- "127.0.0.1:587:587"
|
- "127.0.0.1:587:587"
|
||||||
- "::1:587:587"
|
|
||||||
- "127.0.0.1:110:110"
|
- "127.0.0.1:110:110"
|
||||||
- "::1:110:110"
|
|
||||||
- "127.0.0.1:995:995"
|
- "127.0.0.1:995:995"
|
||||||
- "::1:995:995"
|
|
||||||
- "127.0.0.1:143:143"
|
- "127.0.0.1:143:143"
|
||||||
- "::1:143:143"
|
|
||||||
- "127.0.0.1:993:993"
|
- "127.0.0.1:993:993"
|
||||||
- "::1:993:993"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/mailu/certs:/certs"
|
- "/mailu/certs:/certs"
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
#VERSION=master
|
#VERSION=master
|
||||||
|
|
||||||
# Set to a randomly generated 16 bytes string
|
# Set to a randomly generated 16 bytes string
|
||||||
SECRET_KEY=KXGYDHIHWTS7VRUP
|
SECRET_KEY=PGGO2JRQ59QV3DW7
|
||||||
|
|
||||||
# Address where listening ports should bind
|
# Address where listening ports should bind
|
||||||
# This variables are now set directly in `docker-compose.yml by the setup utility
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= ::1 (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
|
|||||||
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=letsencrypt
|
TLS_FLAVOR=cert
|
||||||
|
|
||||||
# Authentication rate limit (per source IP address)
|
# Authentication rate limit (per source IP address)
|
||||||
AUTH_RATELIMIT=10/minute;1000/hour
|
AUTH_RATELIMIT=10/minute;1000/hour
|
||||||
|
@ -22,23 +22,14 @@ services:
|
|||||||
driver: json-file
|
driver: json-file
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:80:80"
|
- "127.0.0.1:80:80"
|
||||||
- "::1:80:80"
|
|
||||||
- "127.0.0.1:443:443"
|
- "127.0.0.1:443:443"
|
||||||
- "::1:443:443"
|
|
||||||
- "127.0.0.1:25:25"
|
- "127.0.0.1:25:25"
|
||||||
- "::1:25:25"
|
|
||||||
- "127.0.0.1:465:465"
|
- "127.0.0.1:465:465"
|
||||||
- "::1:465:465"
|
|
||||||
- "127.0.0.1:587:587"
|
- "127.0.0.1:587:587"
|
||||||
- "::1:587:587"
|
|
||||||
- "127.0.0.1:110:110"
|
- "127.0.0.1:110:110"
|
||||||
- "::1:110:110"
|
|
||||||
- "127.0.0.1:995:995"
|
- "127.0.0.1:995:995"
|
||||||
- "::1:995:995"
|
|
||||||
- "127.0.0.1:143:143"
|
- "127.0.0.1:143:143"
|
||||||
- "::1:143:143"
|
|
||||||
- "127.0.0.1:993:993"
|
- "127.0.0.1:993:993"
|
||||||
- "::1:993:993"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/mailu/certs:/certs"
|
- "/mailu/certs:/certs"
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
#VERSION=master
|
#VERSION=master
|
||||||
|
|
||||||
# Set to a randomly generated 16 bytes string
|
# Set to a randomly generated 16 bytes string
|
||||||
SECRET_KEY=QDHY5C0EME3YBI2W
|
SECRET_KEY=XVDDSWOAGVF5J9QJ
|
||||||
|
|
||||||
# Address where listening ports should bind
|
# Address where listening ports should bind
|
||||||
# This variables are now set directly in `docker-compose.yml by the setup utility
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= ::1 (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
|
|||||||
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=letsencrypt
|
TLS_FLAVOR=cert
|
||||||
|
|
||||||
# Authentication rate limit (per source IP address)
|
# Authentication rate limit (per source IP address)
|
||||||
AUTH_RATELIMIT=10/minute;1000/hour
|
AUTH_RATELIMIT=10/minute;1000/hour
|
||||||
|
Loading…
x
Reference in New Issue
Block a user