File tree 2 files changed +19
-6
lines changed
2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ services:
25
25
restart : unless-stopped
26
26
image : ollama/ollama:latest
27
27
ports :
28
- - 11434:11434
28
+ - 7869:11434
29
+ environment :
30
+ - OLLAMA_KEEP_ALIVE="24h"
31
+ - OLLAMA_HOST=0.0.0.0
29
32
networks :
30
33
- ollama-docker
31
34
deploy :
@@ -45,8 +48,13 @@ services:
45
48
- ollama
46
49
ports :
47
50
- 8080:8080
48
- environment :
49
- - ' /ollama/api=http://ollama:11434/api'
51
+ environment : # https://docs.openwebui.com/getting-started/env-configuration#default_models
52
+ - OLLAMA_BASE_URLS=http://host.docker.internal:7869 # comma separated ollama hosts
53
+ - ENV=dev
54
+ - WEBUI_AUTH=False
55
+ - WEBUI_NAME=valiantlynx AI
56
+ - WEBUI_URL=http://localhost:8080
57
+ - WEBUI_SECRET_KEY=t0p-s3cr3t
50
58
extra_hosts :
51
59
- host.docker.internal:host-gateway
52
60
restart : unless-stopped
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
ollama :
19
19
image : ollama/ollama:latest
20
20
ports :
21
- - 11434 :11434
21
+ - 7869 :11434
22
22
volumes :
23
23
- .:/code
24
24
- ./ollama/ollama:/root/.ollama
@@ -41,8 +41,13 @@ services:
41
41
- ollama
42
42
ports :
43
43
- 8080:8080
44
- environment :
45
- - ' /ollama/api=http://ollama:11434/api'
44
+ environment : # https://docs.openwebui.com/getting-started/env-configuration#default_models
45
+ - OLLAMA_BASE_URLS=http://host.docker.internal:7869 # comma separated ollama hosts
46
+ - ENV=dev
47
+ - WEBUI_AUTH=False
48
+ - WEBUI_NAME=valiantlynx AI
49
+ - WEBUI_URL=http://localhost:8080
50
+ - WEBUI_SECRET_KEY=t0p-s3cr3t
46
51
extra_hosts :
47
52
- host.docker.internal:host-gateway
48
53
restart : unless-stopped
You can’t perform that action at this time.
0 commit comments