This commit is contained in:
2026-06-12 14:27:19 +08:00
commit d8dccfc04c
12 changed files with 1796 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
services:
file-upload:
build: .
container_name: file-upload-site
restart: unless-stopped
ports:
- "7001:5000"
env_file:
- .env
volumes:
# 映射 NAS 目录到容器内(按实际 NAS 挂载路径修改冒号左侧)
- /volume1/文字稿:/app/uploads