fix networks in mailserver

This commit is contained in:
Elizabeth Hunt 2024-07-17 02:05:45 -07:00
parent 857d7df30a
commit 7b3c0e6cbb
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 2909B9A7FF6213EE
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,8 @@ services:
- ROUNDCUBEMAIL_DEFAULT_PORT={{ roundcube_default_port }} - ROUNDCUBEMAIL_DEFAULT_PORT={{ roundcube_default_port }}
- ROUNDCUBEMAIL_SMTP_SERVER={{ roundcube_smtp_host }} - ROUNDCUBEMAIL_SMTP_SERVER={{ roundcube_smtp_host }}
- ROUNDCUBEMAIL_SMTP_PORT={{ roundcube_smtp_port }} - ROUNDCUBEMAIL_SMTP_PORT={{ roundcube_smtp_port }}
networks:
- roundcube
mailserver: mailserver:
image: ghcr.io/docker-mailserver/docker-mailserver:latest image: ghcr.io/docker-mailserver/docker-mailserver:latest
@ -69,3 +71,8 @@ services:
- OAUTH2_INTROSPECTION_URL={{ roundcube_oauth2_user_uri }} - OAUTH2_INTROSPECTION_URL={{ roundcube_oauth2_user_uri }}
extra_hosts: extra_hosts:
- {{ ldap_server }}:{{ ldap_intranet}} - {{ ldap_server }}:{{ ldap_intranet}}
networks:
- mailserver
networks:
mailserver:
roundcube: