link-stack/docker/zammad/README.md
2023-02-13 13:10:48 +00:00

1.6 KiB

docker-zammad

pipeline status

Builds Link's Zammad docker container

Zammad is a web based open source helpdesk/customer support system.

This project started as a fork of the official zammad docker project.

It builds the Center for Digital Resilience's version of Zammad

Developer Notes

Building

Simple

make ZAMMAD_TAG=v3.3.0

Creates an image digiresilience/zammad:v3.3.0

Your own tag

Supply your own docker image tag:

make ZAMMAD_TAG=v3.3.0 DOCKER_TAG=myspecialversion

Creates an image digiresilience/zammad:myspecialversion

You special snowflake you

make ZAMMAD_TAG=develop DOCKER_TAG=myspecialversion PROJECT_URL=http://my/zammadrepo.git DOCKER_NS=batman

Creates the image batman/zammad:myspecialversion based off develop branch of the git repo at http://my/zammadrepo.git

Help and Support

Join us in our public matrix channel #cdr-link-dev-support:matrix.org.

Credits and License

Zammad is licensed under the GNU Affero General Public License (AGPL) v3+. So is this project.

Maintainers