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"]
|
command: ["zammad-init"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- zammad-postgresql
|
- zammad-postgresql
|
||||||
|
environment:
|
||||||
|
- POSTGRESQL_USER=${POSTGRES_USER}
|
||||||
|
- POSTGRESQL_PASSWORD=${POSTGRES_PASS}
|
||||||
image: ${IMAGE_REPO}:zammad${VERSION}
|
image: ${IMAGE_REPO}:zammad${VERSION}
|
||||||
links:
|
links:
|
||||||
- zammad-elasticsearch
|
- zammad-elasticsearch
|
||||||
|
Loading…
Reference in New Issue
Block a user