Zammad config
Find a file
2026-06-27 12:51:42 +02:00
.gitignore init 2026-05-04 20:56:59 +02:00
compose.yaml init 2026-05-04 20:56:59 +02:00
README.md update README 2026-06-27 12:51:42 +02:00

Login logo

Zammad

Zammad Docker


Helpdesk for Login, running on Zammad with Authentik LDAP authentication.

Getting Started

  1. Configure environment

    Create a .env file. See the Zammad Docker docs for all variables.

  2. Start

    docker compose up -d
    

Configuration

Key variables (defaults are in compose.yaml):

Name Default Notes
POSTGRES_DB zammad_production PostgreSQL database name
POSTGRES_HOST zammad-postgresql PostgreSQL host
POSTGRES_USER zammad PostgreSQL username
POSTGRES_PASS zammad PostgreSQL password
REDIS_URL redis://zammad-redis:6379 Redis connection URL
AUTHENTIK_TAG 2026.2.1 Authentik LDAP image tag

Project Structure

  • compose.yaml - Zammad, PostgreSQL, Memcached, Redis, and Authentik LDAP proxy services