Skip to content

Commit

Permalink
Include ldap from shared BE compose
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jun 10, 2024
1 parent 4ff7765 commit aad7e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion services/backend/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include:
- ./services/${BE_VERSION:-v4}/compose.yaml
- path:
- ./services/${BE_VERSION:-v4}/compose.yaml
- ./services/ldap/.${LDAP_ENABLED:+./${BE_VERSION:-v4}/}compose${LDAP_ENABLED:+.ldap}.yaml
1 change: 0 additions & 1 deletion services/backend/services/v3/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ include:
- path:
- ./compose.base.yaml
- ./services/rabbitmq/.${JOBS_ENABLED:+./../}compose${JOBS_ENABLED:+.jobs}.yaml
- ../ldap/.${LDAP_ENABLED:+./v3/}compose${LDAP_ENABLED:+.ldap}.yaml

0 comments on commit aad7e36

Please sign in to comment.