mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
Update docker-compose.yaml
This commit is contained in:
parent
e9e17cd0a8
commit
e344d3fbf7
1 changed files with 0 additions and 13 deletions
|
|
@ -25,23 +25,10 @@ services:
|
|||
environment:
|
||||
- 'OLLAMA_BASE_URL=http://ollama:11434'
|
||||
- 'WEBUI_SECRET_KEY='
|
||||
- 'OPENAI_API_KEY=${OPENAI_API_KEY}'
|
||||
- 'LANGFUSE_PUBLIC_KEY=${LANGFUSE_PUBLIC_KEY}'
|
||||
- 'LANGFUSE_SECRET_KEY=${LANGFUSE_SECRET_KEY}'
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
restart: unless-stopped
|
||||
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
image: containrrr/watchtower:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- WATCHTOWER_CLEANUP=true
|
||||
- WATCHTOWER_POLL_INTERVAL=1800
|
||||
|
||||
volumes:
|
||||
ollama: {}
|
||||
open-webui: {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue