added missing env vars to zammad init (#154)
This commit is contained in:
parent
76f7e0ee3b
commit
7a591e3da5
@ -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