支持ghcproxy

This commit is contained in:
yhydev
2026-01-12 14:12:15 +08:00
parent 03e216373f
commit 9b0c32b6f2
6 changed files with 302 additions and 4 deletions

View File

@@ -1,6 +1,14 @@
version: '3.8'
services:
sqlite-web:
image: docker.1ms.run/coleifer/sqlite-web
volumes:
- .:/data
environment:
SQLITE_DATABASE: llm_proxy.db
ports:
- 8580:8080
llmproxy:
build: .
ports: