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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user