mirror of https://github.com/apache/druid.git
allow multiple ldap bootstrap files for integration tests (#11023)
This commit is contained in:
parent
a041933017
commit
6aec8f0c1b
|
@ -60,7 +60,7 @@ services:
|
||||||
image: druid/cluster
|
image: druid/cluster
|
||||||
container_name: druid-metadata-storage
|
container_name: druid-metadata-storage
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 13306:3306
|
||||||
networks:
|
networks:
|
||||||
druid-it-net:
|
druid-it-net:
|
||||||
ipv4_address: 172.172.172.3
|
ipv4_address: 172.172.172.3
|
||||||
|
@ -371,7 +371,7 @@ services:
|
||||||
- 8636:636
|
- 8636:636
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- ./ldap-configs/bootstrap.ldif:/container/service/slapd/assets/config/bootstrap/ldif/bootstrap.ldif
|
- ./ldap-configs:/container/service/slapd/assets/config/bootstrap/ldif/custom
|
||||||
- ${HOME}/shared:/shared
|
- ${HOME}/shared:/shared
|
||||||
env_file:
|
env_file:
|
||||||
- ./environment-configs/common
|
- ./environment-configs/common
|
||||||
|
|
Loading…
Reference in New Issue