mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-04-27 11:21:34 +00:00
16 lines
345 B
YAML
16 lines
345 B
YAML
http:
|
|
services:
|
|
ollama:
|
|
loadBalancer:
|
|
healthCheck:
|
|
interval: 5s
|
|
path: /
|
|
servers:
|
|
- url: http://ollama-cpu:11434
|
|
- url: http://ollama-cuda:11434
|
|
- url: http://host.docker.internal:11434
|
|
|
|
routers:
|
|
ollama-router:
|
|
rule: "PathPrefix(`/`)"
|
|
service: ollama |