Compare commits
1 Commits
19a7ef61ec
...
4990ec18ed
Author | SHA1 | Date |
---|---|---|
Massaki Archambault | 4990ec18ed |
|
@ -133,12 +133,7 @@ Examples:
|
||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
Simply run
|
Simply run `docker compose pull` followed by `docker compose restart`.
|
||||||
``` sh
|
|
||||||
git pull
|
|
||||||
docker compose pull
|
|
||||||
docker compose restart
|
|
||||||
```
|
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,18 @@
|
||||||
services:
|
services:
|
||||||
|
# Begin LiteLLM service
|
||||||
|
# litellm:
|
||||||
|
# image: ghcr.io/berriai/litellm:main-latest
|
||||||
|
# command: --config /config.yaml
|
||||||
|
# ports:
|
||||||
|
# - 8000:8000
|
||||||
|
# env_file:
|
||||||
|
# - .env
|
||||||
|
# environment:
|
||||||
|
# - HOST=0.0.0.0
|
||||||
|
# - PORT=8000
|
||||||
|
# volumes:
|
||||||
|
# - ./litellm/config.yaml:/config.yaml
|
||||||
|
|
||||||
# Begin open-webui
|
# Begin open-webui
|
||||||
open-webui:
|
open-webui:
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
|
|
Loading…
Reference in New Issue