From b29eaba5f94d4257dcbcb67360524c68425c7d95 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 9 Nov 2023 19:26:36 +0100 Subject: [PATCH] Remove hacky override for send-only-mailserver --- playbooks/roles/nextcloud/templates/compose.yaml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/playbooks/roles/nextcloud/templates/compose.yaml.j2 b/playbooks/roles/nextcloud/templates/compose.yaml.j2 index 76fa6fc..daf7f7a 100644 --- a/playbooks/roles/nextcloud/templates/compose.yaml.j2 +++ b/playbooks/roles/nextcloud/templates/compose.yaml.j2 @@ -27,12 +27,6 @@ services: restart: unless-stopped ports: - "8080:80" - # This is a hotfix until we have a new mail setup and this also really - # doesn't belong into this role, but whatever, it works for now and it's not - # like anyone else really uses this role (or would be bothered by this - # really). - extra_hosts: - - "send-only-mailserver.ccchh.net:185.161.129.132" depends_on: - db - redis