将检测任务迁移python

This commit is contained in:
2025-09-30 17:34:54 +08:00
parent e82d919ebf
commit 197ff9b888
6 changed files with 28 additions and 18 deletions

9
.env
View File

@@ -22,7 +22,12 @@ FRONTEND_PORT=10080
PYTHON_SERVICE_HOST=rtsp-python-service
PYTHON_SERVICE_PORT=8000
# MinIO配置外部服务
MINIO_ENABLED=true
MINIO_ENDPOINT=http://49.232.154.205:10900
MINIO_ACCESS_KEY=4EsLD9g9OM09DT0HaBKj
MINIO_SECRET_KEY=05SFC5fleqTnaLRYBrxHiphMFYbGX5nYicj0WCHA
MINIO_BUCKET=rtsp
# 时区配置
TZ=Asia/Shanghai
# 备注MinIO使用外部已部署的服务配置在application.yml中