summaryrefslogtreecommitdiff
path: root/roles/mail/templates
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-03 16:00:23 -0400
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-03 16:00:23 -0400
commit61bdb137758ec18c74c8fb1b4030e496a2a70ebd (patch)
tree796c00a0b691e7196e98905fe7431bb63e09793e /roles/mail/templates
parentb2fae5840772f26e9b2f26d318ad6aaf5e4b550f (diff)
downloadoldinfra-61bdb137758ec18c74c8fb1b4030e496a2a70ebd.tar.gz
oldinfra-61bdb137758ec18c74c8fb1b4030e496a2a70ebd.zip
fix dns
Diffstat (limited to 'roles/mail/templates')
-rw-r--r--roles/mail/templates/docker-compose.yml.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/mail/templates/docker-compose.yml.j2 b/roles/mail/templates/docker-compose.yml.j2
index 7a7c664..08524e4 100644
--- a/roles/mail/templates/docker-compose.yml.j2
+++ b/roles/mail/templates/docker-compose.yml.j2
@@ -45,4 +45,6 @@ services:
- POSTMASTER_ADDRESS={{ postmaster_email }}
dns:
- {{ nameserver_ip }}
+ extra_hosts:
+ - "lldap.internal.simponic.xyz:{{ johan_ip }}"
restart: always