This commit is contained in:
Vuong Hoang
2025-03-17 21:50:30 -07:00
parent ac4488b3df
commit ee7dfeb819
7 changed files with 65 additions and 25 deletions

View File

@@ -0,0 +1,27 @@
version: "3"
services:
open-webui:
ports:
- 3100:8080
environment:
OLLAMA_BASE_URL: ${OLLAMA_BASE}
volumes:
- open-webui:/app/backend/data
restart: unless-stopped
image: ghcr.io/open-webui/open-webui:main
labels:
- homepage.group=AI Systems
- homepage.name=Open WebUI
- homepage.icon=mdi-chat
- homepage.description=Open WebUI Chat - ana - 3100
- homepage.href=http://10.250.50.70:3100
networks:
- tnet
env_file:
- .env
volumes:
open-webui: null
networks:
tnet:
name: traefik-net
external: true