cda3c41c7a
* Release Update 5.0.1. * Update .env Co-authored-by: Thorsten Eckel <{ID}+{username}@users.noreply.github.com> Co-authored-by: André Bauer <monotek@users.noreply.github.com>
9 lines
241 B
Bash
9 lines
241 B
Bash
IMAGE_REPO=zammad/zammad-docker-compose
|
|
MEMCACHE_SERVERS=zammad-memcached:11211
|
|
POSTGRES_PASS=zammad
|
|
POSTGRES_USER=zammad
|
|
REDIS_URL=redis://zammad-redis:6379
|
|
RESTART=always
|
|
# don't forget to add the minus before the version
|
|
VERSION=-5.0.1-1
|