/zammad-docker-noElasticSearch

Docker Zammad image without ES

Primary LanguageShell

Docker Zammad

Docker Hub

Docker image for the Zammad open source helpdesk/customer support system without ElasticSearch. This will use less RAM.

Inspired by the official images.

Based on ComputerScienceHouse's Image

Both postgreSQL and MySQL are supported (included docker-compose file is ready for MySQL)

Usage

docker-compose

Simply create docker-compose.yml filling it with a random password for MySQL/mariaDB database.

Env Variables

As per ComputerScienceHouse's Image:

The zammad container can be configured with the following environment variables:

Variable Description Required
DB_ADAPTER Database adapter to use (options: postgresql, mysql2) Yes
DB_HOSTNAME Hostname of the database container or server Yes
DB_PORT Port of the database server (defaults to the adapter's default port) No
DB_NAME Name of the database Yes
DB_USERNAME Username for the database user Yes
DB_PASSWORD Password for the database user No