This commit is contained in:
wkc
2026-03-03 14:00:21 +08:00
parent 075f672627
commit 44ff30755f
38 changed files with 0 additions and 3951 deletions

View File

@@ -1,17 +0,0 @@
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