1 Star 0 Fork 0

士多碑梨/openui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.8'
services:
ollama:
container_name: ollama
image: ollama/ollama:latest
ports:
- "11434:11434"
volumes:
- ${OLLAMA_VOLUME_PATH:-ollama}:/root/.ollama
backend:
container_name: openui
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
- GROQ_API_KEY=xxx
depends_on:
- ollama
volumes:
ollama:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luozongyao/openui.git
git@gitee.com:luozongyao/openui.git
luozongyao
openui
openui
main

搜索帮助