ADD depends_on elasticsearhc to zammad init
With the current env vars zammad init depends on elasticsearch.
This commit is contained in:
parent
fb9a9b2085
commit
7000d79697
@ -32,6 +32,7 @@ services:
|
||||
command: ["zammad-init"]
|
||||
depends_on:
|
||||
- zammad-postgresql
|
||||
- zammad-elasticsearch
|
||||
environment:
|
||||
- POSTGRESQL_USER=${POSTGRES_USER}
|
||||
- POSTGRESQL_PASS=${POSTGRES_PASS}
|
||||
|
Loading…
Reference in New Issue
Block a user