mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-03 19:47:52 +00:00
Correct subnetting functionality for the tests and setup
This commit is contained in:
@@ -147,7 +147,6 @@ services:
|
|||||||
- imap
|
- imap
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if resolver_enabled %}
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
@@ -155,4 +154,3 @@ networks:
|
|||||||
driver: default
|
driver: default
|
||||||
config:
|
config:
|
||||||
- subnet: {{ subnet }}
|
- subnet: {{ subnet }}
|
||||||
{% endif %}
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ SECRET_KEY={{ secret(16) }}
|
|||||||
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
|
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
|
||||||
|
|
||||||
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||||
SUBNET=192.168.203.0/24
|
SUBNET={{ subnet }}
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN={{ domain }}
|
DOMAIN={{ domain }}
|
||||||
|
|||||||
@@ -78,3 +78,12 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
# Webmail
|
# Webmail
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 192.168.203.0/24
|
||||||
|
|||||||
@@ -82,3 +82,12 @@ services:
|
|||||||
env_file: mailu.env
|
env_file: mailu.env
|
||||||
|
|
||||||
# Webmail
|
# Webmail
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 192.168.203.0/24
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ SECRET_KEY=JS48Q9KE3B6T97E6
|
|||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
|
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||||
|
SUBNET=192.168.203.0/24
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
|
|
||||||
|
|||||||
@@ -84,3 +84,12 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
# Webmail
|
# Webmail
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 192.168.203.0/24
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ SECRET_KEY=11H6XURLGE7GW3U1
|
|||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
|
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||||
|
SUBNET=192.168.203.0/24
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
|
|
||||||
|
|||||||
@@ -86,3 +86,12 @@ services:
|
|||||||
- "/mailu/webmail:/data"
|
- "/mailu/webmail:/data"
|
||||||
depends_on:
|
depends_on:
|
||||||
- imap
|
- imap
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 192.168.203.0/24
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ SECRET_KEY=V5J4SHRYVW9PZIQU
|
|||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
|
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||||
|
SUBNET=192.168.203.0/24
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
|
|
||||||
|
|||||||
@@ -86,3 +86,12 @@ services:
|
|||||||
- "/mailu/webmail:/data"
|
- "/mailu/webmail:/data"
|
||||||
depends_on:
|
depends_on:
|
||||||
- imap
|
- imap
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 192.168.203.0/24
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ SECRET_KEY=PGGO2JRQ59QV3DW7
|
|||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
|
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||||
|
SUBNET=192.168.203.0/24
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
|
|
||||||
|
|||||||
@@ -84,3 +84,12 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
# Webmail
|
# Webmail
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: 192.168.203.0/24
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ SECRET_KEY=XVDDSWOAGVF5J9QJ
|
|||||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||||
# PUBLIC_IPV6= (default: ::1)
|
# PUBLIC_IPV6= (default: ::1)
|
||||||
|
|
||||||
|
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||||
|
SUBNET=192.168.203.0/24
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user