feat: Expose Ollama API port for local access
Add port mapping for Ollama API (11434) to enable direct access from host machine for CLI tools and local development.
This commit is contained in:
parent
f95eab1c68
commit
4a0be9ff93
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./models:/root/.ollama
|
- ./models:/root/.ollama
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "11434:11434"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- homelab
|
- homelab
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue