feat: add Lingma OpenAI-compatible gateway service
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user