Files
lingma-openai-gateway/docker-compose.yml
root c1e261aa14
Some checks failed
CI / lint-and-compile (push) Has been cancelled
CI / lint-and-compile (pull_request) Has been cancelled
refactor: move runtime state under project data directory
2026-04-17 15:57:51 +08:00

13 lines
233 B
YAML

services:
lingma-openai-gateway:
build: .
container_name: lingma-openai-gateway
env_file:
- .env
ports:
- "${PORT:-8317}:${PORT:-8317}"
volumes:
- ./data:/app/data
restart: unless-stopped