fixed postgres varname

This commit is contained in:
André Bauer 2020-03-26 16:56:31 +01:00 committed by GitHub
parent 7a591e3da5
commit f48fca238e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ services:
- zammad-postgresql - zammad-postgresql
environment: environment:
- POSTGRESQL_USER=${POSTGRES_USER} - POSTGRESQL_USER=${POSTGRES_USER}
- POSTGRESQL_PASSWORD=${POSTGRES_PASS} - POSTGRESQL_PASS=${POSTGRES_PASS}
image: ${IMAGE_REPO}:zammad${VERSION} image: ${IMAGE_REPO}:zammad${VERSION}
links: links:
- zammad-elasticsearch - zammad-elasticsearch