ldap: intern access
This commit is contained in:
parent
86f3bce518
commit
58212203c2
@ -4,7 +4,7 @@ services:
|
||||
labels:
|
||||
- traefik.http.routers.ldap.rule=Host(`ldap.rschneider.net`)
|
||||
- traefik.http.routers.ldap.tls=true
|
||||
- traefik.http.services.ldap.loadbalancer.server.port=80
|
||||
- traefik.http.services.ldap.loadbalancer.server.port=389
|
||||
image: osixia/openldap:latest
|
||||
restart: always
|
||||
container_name: openldap
|
||||
@ -33,6 +33,10 @@ services:
|
||||
- traefik_traefik
|
||||
|
||||
phpldapadmin:
|
||||
labels:
|
||||
- traefik.http.routers.phpldap.rule=Host(`phpldap.rschneider.net`)
|
||||
- traefik.http.routers.phpldap.tls=true
|
||||
- traefik.http.services.phpldap.loadbalancer.server.port=80
|
||||
image: osixia/phpldapadmin:latest
|
||||
restart: always
|
||||
container_name: phpldapadmin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user