dgiot/.ci/docker-compose-file/docker-compose-ldap-tcp.yaml
2021-05-18 14:54:48 +08:00

17 lines
305 B
YAML

version: '3.9'
services:
ldap_server:
container_name: ldap
build:
context: ../..
dockerfile: .ci/docker-compose-file/openldap/Dockerfile
args:
LDAP_TAG: ${LDAP_TAG}
image: openldap
ports:
- 389:389
restart: always
networks:
- emqx_bridge