docs: add README and deployment configuration

This commit is contained in:
wkc
2026-03-03 09:30:50 +08:00
parent 651e4540af
commit 1983d93a5d
4 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
version: '3.8'
services:
lsfx-mock-server:
build: .
container_name: lsfx-mock-server
ports:
- "8000:8000"
environment:
- APP_NAME=流水分析Mock服务
- APP_VERSION=1.0.0
- DEBUG=true
- HOST=0.0.0.0
- PORT=8000
- PARSE_DELAY_SECONDS=4
- MAX_FILE_SIZE=10485760
restart: unless-stopped