first commit
This commit is contained in:
@@ -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 # 可选:直接使用宿主机网络
|
||||
Reference in New Issue
Block a user