Files
creator-hub/compose.dev.yaml
T

12 lines
412 B
YAML
Raw 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.
---
# 本地开发 override:只运行 PostgreSQLcontrol-plane、native browser gateway 和前端在宿主机运行。
# 用法:docker compose -f compose.yaml -f compose.dev.yaml up -d postgres
services:
creator-hub:
# 本地开发直接运行 control-plane,不启动 compose 中的控制面。
profiles: [compose-only]
postgres:
ports:
- "${CREATORHUB_POSTGRES_PORT:-15433}:5432"