607fa4a02a
* use fixed postgres & memcached versions & fix missing postgres env var * remove memcached contaienr build * fixed another version label * added postgres password to backup command * set postgres user & pass in .env file * fixed postgres in backup container * use zammad repo
9 lines
216 B
Bash
9 lines
216 B
Bash
# don't forget to add the minus before the version
|
|
# example: VERSION=-3.2.0-12
|
|
IMAGE_REPO=zammad/zammad-docker-compose
|
|
VERSION=
|
|
RESTART=always
|
|
POSTGRES_USER=zammad
|
|
POSTGRES_PASS=zammad
|
|
POSTGRES_DB=zammad_production
|