oa-ai/docker-compose.local.yml

7 lines
157 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 本地开发不使用 Docker直接用 npm run dev
# 此文件仅用于 docker compose 配置完整性
services:
oa-ai:
ports:
- "6179:3000"