mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-02 20:28:40 +08:00
17 lines
305 B
YAML
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
|