added missing env vars to zammad init (#154)

This commit is contained in:
André Bauer 2020-03-26 13:34:05 +01:00 committed by GitHub
parent 76f7e0ee3b
commit 7a591e3da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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