feat: 优化 Windows 部署与文档
Test start.ps1 (Windows) / test-windows (push) Has been cancelled

- start.ps1: 局域网 IP 自动检测, 部署完成提示默认账户 admin/123456
- start.ps1: 修复 UTF-8 BOM 避免 PowerShell 5.1 解析闪退
- docker-compose: dozzle 容器增加 restart 与 logging 配置
- 新增 reset-docker-network.ps1 网络重置脚本
- README: 顶部增加 Linux/Windows 一键部署命令, Windows 权限说明

Made-with: Cursor
This commit is contained in:
2026-03-11 14:41:53 +08:00
parent e9c594c3e6
commit e64a90332c
4 changed files with 238 additions and 14 deletions
+7
View File
@@ -247,6 +247,7 @@ services:
video-edit:
image: registry.cn-shanghai.aliyuncs.com/easyaigc/videoedit:latest
container_name: video-edit
platform: linux/amd64
labels:
- 'com.centurylinklabs.watchtower.enable=true'
volumes:
@@ -292,6 +293,12 @@ services:
- ./data:/data
ports:
- 8080:8080
restart: unless-stopped
logging:
driver: "json-file"
options:
max-size: "50m"
max-file: "3"
sandbox:
image: registry.cn-shanghai.aliyuncs.com/easyaigc/sandbox:latest
container_name: sandbox