feat: add Lingma OpenAI-compatible gateway service

This commit is contained in:
root
2026-04-17 09:42:23 +08:00
commit 8139a5e97b
15 changed files with 1334 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
lingma-openai-gateway:
build: .
container_name: lingma-openai-gateway
env_file:
- .env
ports:
- "${PORT:-8317}:${PORT:-8317}"
volumes:
- ./bin:/app/bin:ro
- /root/.lingma:/root/.lingma
restart: unless-stopped