File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 api :
55 build : ./server
66 environment :
7- - MODEL=ollama/gemma3n
7+ - MODEL=ollama/gemma3:12b
88 - API_BASE=http://host.docker.internal:11434
99 - PB_URL=http://pb:8080
1010 ports :
Original file line number Diff line number Diff line change 11EXPO_PUBLIC_API_URL = http://h46.finsterwiese.de:8000
2- EXPO_PUBLIC_PB_URL = http:/h46.finsterwiese.de:8090
2+ EXPO_PUBLIC_PB_URL = http:// h46.finsterwiese.de:8090
Original file line number Diff line number Diff line change 11FROM ollama/ollama:0.9.4
2- ARG MODELS="gemma3n nomic-embed-text"
2+ ARG MODELS="gemma3:12b nomic-embed-text"
33ENV OLLAMA_KEEP_ALIVE=24h
44RUN ollama serve & server=$! ; sleep 5 ; for m in $MODELS ; do ollama pull $m ; done ; kill $server
Original file line number Diff line number Diff line change 1- MODEL = ollama/gemma3n
1+ MODEL = ollama/gemma3
22API_BASE = http://localhost:11434
33PB_URL = http://localhost:8090
You can’t perform that action at this time.
0 commit comments