959a391334
Some checks failed
publish docs / publish-docs (push) Has been cancelled
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
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 |