Skip to content

Commit aad7e36

Browse files
committed
Include ldap from shared BE compose
1 parent 4ff7765 commit aad7e36

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

services/backend/compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include:
2-
- ./services/${BE_VERSION:-v4}/compose.yaml
2+
- path:
3+
- ./services/${BE_VERSION:-v4}/compose.yaml
4+
- ./services/ldap/.${LDAP_ENABLED:+./${BE_VERSION:-v4}/}compose${LDAP_ENABLED:+.ldap}.yaml

services/backend/services/v3/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ include:
22
- path:
33
- ./compose.base.yaml
44
- ./services/rabbitmq/.${JOBS_ENABLED:+./../}compose${JOBS_ENABLED:+.jobs}.yaml
5-
- ../ldap/.${LDAP_ENABLED:+./v3/}compose${LDAP_ENABLED:+.ldap}.yaml

0 commit comments

Comments
 (0)