Standarize unbound, prepare for setup inclusion

- Use jinja template for configuration file (start.py)
- Limit access to the Mailu subnet
- Implement health checks
This commit is contained in:
Tim Möhlmann
2018-10-23 15:07:49 +03:00
parent 40d8e65762
commit bcfce27ee2
5 changed files with 31 additions and 18 deletions

View File

@@ -6,8 +6,8 @@ services:
image: ${DOCKER_ORG:-mailu}/nginx:${VERSION:-local}
build: ../core/nginx
unbound:
image: $DOCKER_ORG/unbound:$VERSION
resolver:
image: ${DOCKER_ORG:-mailu}/unbound:${VERSION:-local}
build: ../core/unbound
imap: