支持ghcproxy
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user