fix: system_all_log.html ReferenceError and other updates

This commit is contained in:
2026-01-17 14:06:27 +09:00
parent cf19d79ef8
commit 2681f5a096
24 changed files with 820 additions and 141 deletions

View File

@@ -13,9 +13,9 @@ services:
- "9099:9099"
volumes:
# FlaskFarm data 폴더 (DB, 설정, 다운로드 등)
- ./data:/app/data
- ./data:/data
# 플러그인 폴더 (외부 마운트)
- ../ff_dev_plugins:/app/plugins
- ../ff_dev_plugins:/data/plugins
environment:
- TZ=Asia/Seoul
- PYTHONUNBUFFERED=1