nowebui
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.env
|
.env
|
||||||
|
ollama
|
||||||
|
|||||||
@@ -7,26 +7,4 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./ollama:/root/.ollama
|
- ./ollama:/root/.ollama
|
||||||
networks:
|
- ./ai-data:/data
|
||||||
- ai-net
|
|
||||||
|
|
||||||
webui:
|
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
|
||||||
container_name: open-webui
|
|
||||||
restart: unless-stopped
|
|
||||||
depends_on:
|
|
||||||
- ollama
|
|
||||||
ports:
|
|
||||||
- "${WG_IP}:${WEB_PORT}:8080"
|
|
||||||
volumes:
|
|
||||||
- ollamaweb:/app/backend/data
|
|
||||||
environment:
|
|
||||||
- OLLAMA_BASE_URL=http://ollama:11434
|
|
||||||
networks:
|
|
||||||
- ai-net
|
|
||||||
|
|
||||||
networks:
|
|
||||||
ai-net:
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
ollamaweb:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user