We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff7765 commit aad7e36Copy full SHA for aad7e36
services/backend/compose.yaml
@@ -1,2 +1,4 @@
1
include:
2
- - ./services/${BE_VERSION:-v4}/compose.yaml
+ - 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
@@ -2,4 +2,3 @@ include:
- path:
- ./compose.base.yaml
- ./services/rabbitmq/.${JOBS_ENABLED:+./../}compose${JOBS_ENABLED:+.jobs}.yaml
5
- - ../ldap/.${LDAP_ENABLED:+./v3/}compose${LDAP_ENABLED:+.ldap}.yaml
0 commit comments