04e6220993
* added codespell linter * added superlinter * raised env version to 3.6.0-20 * updated memcache container * updated postgres container * some readme fixes * use fixed ubuntu 20.04 version for all github action steps
7 lines
166 B
Bash
7 lines
166 B
Bash
IMAGE_REPO=zammad/zammad-docker-compose
|
|
POSTGRES_PASS=zammad
|
|
POSTGRES_USER=zammad
|
|
RESTART=always
|
|
# don't forget to add the minus before the version
|
|
VERSION=-3.6.0-20
|