Files
wingautomation/docker-compose.yml
2026-07-24 11:34:38 +08:00

16 lines
417 B
YAML

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 # 可选:直接使用宿主机网络