File tree Expand file tree Collapse file tree 1 file changed +23
-25
lines changed
Expand file tree Collapse file tree 1 file changed +23
-25
lines changed Original file line number Diff line number Diff line change 1- version : ' 3.9'
2-
31services :
4- ldap_server :
5- hostname : ldap_server
6- image : openidentityplatform/opendj
7- ports :
8- - ' 1389:1389'
9- - ' 4444:4444'
10- environment :
11- - BASE_DN=dc=example,dc=com
12- - ROOT_USER_DN=cn=manager
13- - ROOT_PASSWORD=password
14- volumes :
15- - ./data/:/opt/opendj/import-data/
16- - ./data/:/opt/opendj/bootstrap/data/
17- networks :
18- - backend
19- healthcheck :
20- test : ["CMD-SHELL", "/opt/opendj/bin/status --bindDn cn=manager --bindPassword=password | grep 1389"]
21- interval : 5s
22- timeout : 10s
23- retries : 5
24- start_period : 30s
2+ ldap_server :
3+ hostname : ldap_server
4+ image : openidentityplatform/opendj
5+ ports :
6+ - " 1389:1389"
7+ - " 4444:4444"
8+ environment :
9+ - BASE_DN=dc=example,dc=com
10+ - ROOT_USER_DN=cn=manager
11+ - ROOT_PASSWORD=password
12+ volumes :
13+ - ./data/:/opt/opendj/import-data/
14+ - ./data/:/opt/opendj/bootstrap/data/
15+ networks :
16+ - backend
17+ healthcheck :
18+ test : ["CMD-SHELL", "/opt/opendj/bin/status --bindDn cn=manager --bindPassword=password | grep 1389"]
19+ interval : 5s
20+ timeout : 10s
21+ retries : 5
22+ start_period : 30s
2523
2624# This might be redundant.
2725networks :
28- backend :
29- external : false
26+ backend :
27+ external : false
You can’t perform that action at this time.
0 commit comments