Skip to content

composemgr/zitadel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 Welcome to zitadel 🚀

Identity infrastructure with authentication and authorization

📋 Description

Identity infrastructure with authentication and authorization

🚀 Services

  • server: ghcr.io/zitadel/zitadel:latest

Infrastructure Components

  • db: Postgres database

📦 Installation

Option 1: Quick Install

curl -q -LSsf "https://raw.githubusercontent.com/composemgr/zitadel/main/docker-compose.yaml" -o compose.yml

Option 2: Git Clone

git clone "https://github.com/composemgr/zitadel" ~/.local/srv/docker/zitadel
cd ~/.local/srv/docker/zitadel
docker compose up -d

Option 3: Using composemgr

composemgr install zitadel

🔧 Configuration

Environment Variables

TZ=America/New_York
APP_ADMIN_USER=administrator
APP_TEMP_PASS=lkdfjdlkjaflkjadlgknvczmbnvnoi4e

See docker-compose.yaml for complete list of configurable options.

🌐 Access

📂 Volumes

  • ./rootfs/config/zitadel/machinekey - Data storage
  • ./rootfs/data/db/postgres - Data storage

🔐 Security

  • Change all default passwords before deploying to production
  • Use strong secrets for all authentication tokens
  • Configure HTTPS using a reverse proxy (nginx, traefik, caddy)
  • Regularly update Docker images for security patches
  • Backup your data regularly

🔍 Logging

docker compose logs -f server

🛠️ Management

# Start services
docker compose up -d

# Stop services
docker compose down

# Update to latest images
docker compose pull && docker compose up -d

# View logs
docker compose logs -f

# Restart services
docker compose restart

📋 Requirements

  • Docker Engine 20.10+
  • Docker Compose V2+

🤝 Author

🤖 casjay: Github 🤖
🦄 composemgr: Github 🦄

About

Repository for zitadel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published