Some cleanup and changes:

- Don't upgrade the docker-compose file. (Not in the scope of this feature)
- No need to use aliases. Docker already resolves to service names
- Use a fixed IP range, which stays clear of the network ranges used by Docker. (172.xx.0.0/16)
This commit is contained in:
Tim Möhlmann
2018-10-09 14:50:09 +03:00
parent 013d02d726
commit cde22be4c9
2 changed files with 15 additions and 60 deletions

View File

@@ -21,9 +21,6 @@ SECRET_KEY=ChangeMeChangeMe
BIND_ADDRESS4=127.0.0.1
BIND_ADDRESS6=::1
# Internal Docker network
IPV4_NETWORK=172.22.1
# Main mail domain
DOMAIN=mailu.io