Remove hacky override for send-only-mailserver

This commit is contained in:
June 2023-11-09 19:26:36 +01:00 committed by julian
parent 66370eceda
commit b29eaba5f9

View file

@ -27,12 +27,6 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:80" - "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: depends_on:
- db - db
- redis - redis