1 Star 0 Fork 0

唤醒天空/openui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.8'
services:
ollama:
image: ollama/ollama:latest
ports:
- "11434:11434"
volumes:
- ${OLLAMA_VOLUME_PATH:-ollama}:/root/.ollama
backend:
build:
context: ./backend
dockerfile: Dockerfile
ports:
- "7878:7878"
environment:
- OLLAMA_HOST=http://ollama:11434
# Just remove `=xxx` to have the env variable passed forward
- OPENAI_API_KEY=xxx
depends_on:
- ollama
volumes:
ollama:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/style1987_admin_admin/openui.git
git@gitee.com:style1987_admin_admin/openui.git
style1987_admin_admin
openui
openui
chore/evals

搜索帮助