added missing env vars to zammad init
This commit is contained in:
parent
76f7e0ee3b
commit
4e11ca130f
@ -32,6 +32,9 @@ services:
|
||||
command: ["zammad-init"]
|
||||
depends_on:
|
||||
- zammad-postgresql
|
||||
environment:
|
||||
- POSTGRESQL_USER=${POSTGRES_USER}
|
||||
- POSTGRESQL_PASSWORD=${POSTGRES_PASS}
|
||||
image: ${IMAGE_REPO}:zammad${VERSION}
|
||||
links:
|
||||
- zammad-elasticsearch
|
||||
|
Loading…
Reference in New Issue
Block a user