open-webui
约 50 字小于 1 分钟
2025-12-06
services:
ollamawebui:
container_name: i101_open-webui
image: ghcr.io/open-webui/open-webui:v0.6.41
restart: on-failure:5
environment:
- OLLAMA_BASE_URL=""
- WEBUI_SECRET_KEY=""
networks:
my_bridge:
ipv4_address: 172.18.0.101
ports:
- 3000:8080
volumes:
- /vol1/1000/docker-data/open-webui/data:/app/backend/data
mem_limit: 2048m
cpus: 2.0
networks:
my_bridge:
external: true