重置项目

This commit is contained in:
2026-07-04 15:59:20 +08:00
parent 374e587f2d
commit 648a8b7f1c
224 changed files with 19700 additions and 9547 deletions
+7 -8
View File
@@ -1,19 +1,18 @@
# Phase 0 单 service:FastAPI 启动后既跑 API 又托管前端 dist。
# 见 ADR-17 / §8.1。
services:
app:
build:
context: .
dockerfile: Dockerfile
target: runtime
args:
- PYTHON_IMAGE=${PYTHON_IMAGE:-python:3.11-slim}
- NODE_IMAGE=${NODE_IMAGE:-node:20-alpine}
container_name: Stock_Panel
BACKEND_EXTRAS: ${BACKEND_EXTRAS:-}
container_name: TickFlow_Stock_Panel
ports:
- "3018:3018"
environment:
- ACCESS_UUID=${ACCESS_UUID:-}
- "${PORT:-3018}:3018"
env_file:
- .env
volumes:
- ./data:/app/data
- ./tiers.yaml:/app/tiers.yaml:ro
restart: unless-stopped