Skip to content

caoergou/dify-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dify Installer - One-Click Docker Deployment

License: MIT GitHub stars

Deploy Dify (LLM App Platform) with a single command. Docker Compose based installation with no manual cloning, no complex configuration.

中文文档 | Dify Official

curl -sSL https://raw.githubusercontent.com/caoergou/dify-installer/main/install.sh | bash

What is Dify?

Dify is an open-source LLM application development platform for building AI apps, chatbots, RAG pipelines, and AI agents. Similar to LangChain but with a visual no-code interface.

This installer uses Docker Compose to get you running in minutes on any Linux server.

One-Line Install

Region Command
Global curl -sSL https://raw.githubusercontent.com/caoergou/dify-installer/main/install.sh | bash
China curl -sSL https://raw.githubusercontent.com/caoergou/dify-installer/main/install_cn.sh | bash

What You Get

  • Docker Compose deployment - All services in containers
  • Interactive setup with smart defaults
  • Database: PostgreSQL or MySQL
  • Vector DB: Weaviate, Qdrant, Milvus, Chroma, pgvector
  • Storage: Local, S3, Azure, GCS, Aliyun OSS
  • SSL: Let's Encrypt or custom certificates

Requirements

  • Docker + Docker Compose installed
  • 2+ CPU cores, 4GB+ RAM
  • Ports 80, 443 available

Usage

./install.sh           # Interactive setup
./install.sh --yes     # Use all defaults
./install.sh --help    # Show help

After Installation

Services are managed via Docker Compose:

docker compose logs -f   # View logs
docker compose down      # Stop all services
docker compose up -d     # Start all services
docker compose ps        # Check status

Access Dify at http://localhost (or your configured domain).

Documentation

Links

License

MIT

About

One-click installer for Dify Docker deployment | Dify 一键安装脚本,使用 Docker Compose 部署

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages