Skip to content

Commit 8fae5cd

Browse files
committed
experimental/llama-router
1 parent 087f5ab commit 8fae5cd

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
LLAMA_ROUTER_DATABASE_PATH=/app/data/llama_router.db
2+
LLAMA_ROUTER_CACHE_EXTERNAL_HOST=llama-router.ctrlh
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
services:
2+
llama-router:
3+
image: ghcr.io/romkey/llama-router:latest
4+
container_name: llama-router
5+
hostname: llama-router
6+
ports:
7+
# - "80:80"
8+
# - "11434:11434"
9+
- 9200:9200
10+
volumes:
11+
- ../../lib/llama-router:/app/data
12+
env_file:
13+
- .env
14+
restart: unless-stopped
15+
networks:
16+
- proxy
17+
networks:
18+
proxy:
19+
name: nginx-proxy-net
20+
external: true

0 commit comments

Comments
 (0)