Files
lingma-openai-gateway/docker-compose.yml
root 5526779e98
Some checks failed
CI / lint-and-compile (push) Has been cancelled
chore: initialize clean history without secrets
2026-04-17 09:56:08 +08:00

14 lines
270 B
YAML

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