first commit

This commit is contained in:
qwq
2026-07-24 11:34:38 +08:00
commit 94f4f174f4
26 changed files with 2544 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3.8'
services:
file-transfer-automation:
build: .
container_name: file-transfer-automation
restart: unless-stopped
ports:
- "3000:3000"
env_file:
- .env
volumes:
- ./data:/app/data # 持久化数据库和日志
# 如果需要访问内网设备(群晖、JumpServer),确保网络互通
# network_mode: host # 可选:直接使用宿主机网络