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 fe119f0 commit 2dabe9bCopy full SHA for 2dabe9b
services/backendv4/docker-compose.yaml
@@ -11,7 +11,7 @@ services:
11
elastic:
12
condition: service_healthy
13
ldap:
14
- condition: service_started
+ condition: service_healthy
15
volumes:
16
- ./config/functionalAccounts.json:/home/node/app/functionalAccounts.json
17
env_file:
services/ldap/docker-compose.yaml
@@ -5,3 +5,9 @@ services:
5
- ./config/ldifs:/ldifs:ro
6
7
- ./config/.env
8
+ healthcheck:
9
+ test: ldapwhoami -H ldap://ldap:389 -D 'cn=admin,dc=facility' -w 'admin'
10
+ start_period: 5s
+ interval: 10s
+ timeout: 10s
+ retries: 5
0 commit comments