Skip to content

composemgr/zulip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 Welcome to zulip 🚀

Open-source team chat with threaded conversations

📋 Description

Open-source team chat with threaded conversations

🚀 Services

  • zulip: zulip/docker-zulip:latest

Infrastructure Components

  • zulip-db: Postgres database

📦 Installation

Option 1: Quick Install

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

Option 2: Git Clone

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

Option 3: Using composemgr

composemgr install zulip

🔧 Configuration

Environment Variables

TZ=America/New_York
DB_USER_NAME=zulip

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

🌐 Access

📂 Volumes

  • ./rootfs/data/zulip - Data storage
  • ./rootfs/config/zulip - Data storage
  • ./rootfs/data/db/postgres/zulip - 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 zulip

🛠️ 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 zulip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published