1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-26 01:06:27 +00:00

split kopano networking into kopanonet and ldap-net

This commit is contained in:
Christian Günther 2019-01-02 20:00:11 +01:00
parent 29f72f0f69
commit 0d8bf9b46d

View File

@ -39,7 +39,6 @@ services:
- slapd:/etc/ldap/slapd.d - slapd:/etc/ldap/slapd.d
networks: networks:
- ldap-net - ldap-net
- kopanonet
ldap-admin: ldap-admin:
image: osixia/phpldapadmin:0.7.2 image: osixia/phpldapadmin:0.7.2
@ -105,6 +104,7 @@ services:
- REPORT_RECIPIENT=1 - REPORT_RECIPIENT=1
networks: networks:
- kopanonet - kopanonet
- ldap-net
#dns: 1.1.1.1 # using Google DNS can lead to lookup errors uncomment this option and #dns: 1.1.1.1 # using Google DNS can lead to lookup errors uncomment this option and
# set to the ip of a trusted dns service (Cloudflare is given as an example). # set to the ip of a trusted dns service (Cloudflare is given as an example).
# See https://github.com/zokradonh/kopano-docker/issues/52 for more information. # See https://github.com/zokradonh/kopano-docker/issues/52 for more information.
@ -174,6 +174,7 @@ services:
- ADDITIONAL_KOPANO_PACKAGES=${ADDITIONAL_KOPANO_PACKAGES} - ADDITIONAL_KOPANO_PACKAGES=${ADDITIONAL_KOPANO_PACKAGES}
networks: networks:
- kopanonet - kopanonet
- ldap-net
volumes: volumes:
- kopanodata/:/kopano/data - kopanodata/:/kopano/data
- kopanossl/:/kopano/ssl - kopanossl/:/kopano/ssl