added env to init container too
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
This commit is contained in:
parent
c5d4f33542
commit
5002170e1d
@ -32,8 +32,10 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- zammad-postgresql
|
- zammad-postgresql
|
||||||
environment:
|
environment:
|
||||||
|
- MEMCACHE_SERVERS=${MEMCACHE_SERVERS}
|
||||||
- POSTGRESQL_USER=${POSTGRES_USER}
|
- POSTGRESQL_USER=${POSTGRES_USER}
|
||||||
- POSTGRESQL_PASS=${POSTGRES_PASS}
|
- POSTGRESQL_PASS=${POSTGRES_PASS}
|
||||||
|
- REDIS_URL=${REDIS_URL}
|
||||||
image: ${IMAGE_REPO}:zammad${VERSION}
|
image: ${IMAGE_REPO}:zammad${VERSION}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user