use zammad repo

This commit is contained in:
André Bauer 2020-02-24 17:48:27 +01:00
parent 4d3f6792d4
commit e42293beff
2 changed files with 2 additions and 3 deletions

4
.env
View File

@ -1,6 +1,6 @@
# don't forget to add the minus before the version
# example: VERSION=-3.2.0-1
IMAGE_REPO=monotek/zammad-docker-compose
# example: VERSION=-3.2.0-12
IMAGE_REPO=zammad/zammad-docker-compose
VERSION=
RESTART=always
POSTGRES_USER=zammad

View File

@ -67,7 +67,6 @@ services:
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASS}
- POSTGRES_DB=${POSTGRES_DB}
zammad-railsserver:
command: ["zammad-railsserver"]