From 7a591e3da55424d2f0de8b68e04be1f4987eb6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Thu, 26 Mar 2020 13:34:05 +0100 Subject: [PATCH] added missing env vars to zammad init (#154) --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0f1183e..96a662b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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