Zammad Docker images for docker-compose
Go to file
2017-01-07 17:07:45 +01:00
hooks removed push exit 2017-01-05 20:02:12 +01:00
docker-compose-build.yml moved bundle install to Dockerfile, removed unneeded volumes, updated README 2017-01-06 15:11:05 +01:00
docker-compose.yml moved bundle install to Dockerfile, removed unneeded volumes, updated README 2017-01-06 15:11:05 +01:00
docker-entrypoint.sh added locale download to zammad image 2017-01-07 17:03:38 +01:00
Dockerfile moved bundle install to Dockerfile, removed unneeded volumes, updated README 2017-01-06 15:11:05 +01:00
Dockerfile.elasticsearch moved bundle install to Dockerfile, removed unneeded volumes, updated README 2017-01-06 15:11:05 +01:00
Dockerfile.nginx moved bundle install to Dockerfile, removed unneeded volumes, updated README 2017-01-06 15:11:05 +01:00
Dockerfile.postgresql moved bundle install to Dockerfile, removed unneeded volumes, updated README 2017-01-06 15:11:05 +01:00
Dockerfile.zammad moved asstes precompile into image & bash variables into dockerfile env 2017-01-07 13:52:50 +01:00
install-zammad.sh switched from hardcoded zammad dir to env var 2017-01-07 17:07:45 +01:00
LICENSE moved to dockerhub images 2017-01-05 20:10:08 +01:00
nginx-zammad.conf addind docker-compose 2016-12-17 12:10:51 +01:00
README.md moved asstes precompile into image & bash variables into dockerfile env 2017-01-07 13:52:50 +01:00

Welcome to Zammad

Zammad is a web based open source helpdesk/ticket system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails. It is distributed under the GNU AFFERO General Public License (AGPL) and tested on Linux, Solaris, AIX, FreeBSD, OpenBSD and Mac OS 10.x. Do you receive many e-mails and want to answer them with a team of agents? You're going to love Zammad!

What is zammad-docker-compose repo for?

This repo is meant to be the starting point for somebody who likes to use dockerized Zammad in production.

Getting started with zammad-docker-compose

  • git clone git@github.com:monotek/zammad-docker-compose.git
  • cd zammad-docker-compose

Setting vm.max_map_count for Elasticsearch

  • sysctl -w vm.max_map_count=262144

Using DockerHub images

  • docker-compose up

Updating Zammad

  • docker-compose pull
  • docker-compose up

Building locally

  • docker-compose -f docker-compose-build.yml up

DockerHub Repo