mirror of
https://github.com/login-linjeforeningen-for-it/zammad.git
synced 2026-09-03 06:11:50 +00:00
Zammad config
| .gitignore | ||
| compose.yaml | ||
| README.md | ||
Zammad
Helpdesk for Login, running on Zammad with Authentik LDAP authentication.
Getting Started
-
Configure environment
Create a
.envfile. See the Zammad Docker docs for all variables. -
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