参看:
https://github.com/langgenius/dify
1、安装
下载安装:
https://docs.dify.ai/getting-started/install-self-hosted/docker-compose
git clone https://github.com/langgenius/dify.git
cd dify
##docker安装
cd docker
cp .env.example .env
docker compose up -d
首先访问先设置帐号密码
# Local environment
http://localhost/install
# Server environment
http://your_server_ip/install
web访问
# Local environment
http://localhost
http://127.0.0.1
# Server environment
http
标签:http,install,dify,environment,开源,api,https,docker
From: https://blog.csdn.net/weixin_42357472/article/details/143079604