We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841483a commit b7e842fCopy full SHA for b7e842f
compose.yaml
@@ -66,6 +66,7 @@ services:
66
- "OLLAMA_HOST=http://ollama_demo_service:11434"
67
tty: true
68
restart: unless-stopped
69
+ entrypoint: "bash -c \"ollama serve & sleep 5 && ollama pull llama3.2:1b && wait\""
70
71
llmchat_demo_service:
72
image: ghcr.io/open-webui/open-webui:v0.5.20
@@ -74,10 +75,10 @@ services:
74
75
- open-webui:/app/backend/data
76
depends_on:
77
- ollama_demo_service
- networks:
78
- - public
79
ports:
80
- "7861:7861"
+ networks:
81
+ - public
82
environment:
83
- 'PORT=7861'
84
- 'ENV=dev'
0 commit comments