leave restart policy to default & cleanup
This commit is contained in:
parent
6ff55f6b62
commit
938ab69322
|
@ -5,7 +5,6 @@ services:
|
||||||
# Begin Ollama service
|
# Begin Ollama service
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama:rocm
|
image: ollama/ollama:rocm
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,4 @@
|
||||||
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
|
||||||
|
|
|
@ -5,7 +5,6 @@ services:
|
||||||
# Begin Ollama service
|
# Begin Ollama service
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama:latest
|
image: ollama/ollama:latest
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -5,7 +5,6 @@ services:
|
||||||
# Begin Ollama service
|
# Begin Ollama service
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama:latest
|
image: ollama/ollama:latest
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
model_list: {}
|
|
Loading…
Reference in New Issue