mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
Moved mailu subnet configuration to defaults_networks
This commit is contained in:
parent
83c84f6e86
commit
b8d73f6b09
@ -4,6 +4,7 @@ defaults_networks:
|
||||
ip6: "::01" # Change this in inventory to the ip address of your server
|
||||
local:
|
||||
mailu:
|
||||
dns: 192.168.203.254 # Address of the Mailu DNS server
|
||||
dns: 192.168.203.254 # Address of the Mailu DNS server
|
||||
subnet: 192.168.203.0/24 # Mailu Subnet
|
||||
|
||||
|
@ -204,7 +204,7 @@ services:
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: {{applications.mailu.subnet}}
|
||||
- subnet: {{networks.local.mailu.subnet}}
|
||||
radicale:
|
||||
driver: bridge
|
||||
webmail:
|
||||
|
@ -15,7 +15,7 @@ LD_PRELOAD=/usr/lib/libhardened_malloc.so
|
||||
SECRET_KEY={{mailu_secret_key}}
|
||||
|
||||
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||
SUBNET={{applications.mailu.subnet}}
|
||||
SUBNET={{networks.local.mailu.subnet}}
|
||||
|
||||
# Main mail domain
|
||||
DOMAIN={{applications.mailu.domain}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user