feat: improve landing page UI and add pprof port mapping

This commit is contained in:
tinkle-community
2026-01-01 13:09:54 +08:00
parent 13bc752e82
commit 74adedbc64
8 changed files with 676 additions and 337 deletions
+1
View File
@@ -9,6 +9,7 @@ services:
stop_grace_period: 30s # 允许应用有 30 秒时间优雅关闭
ports:
- "${NOFX_BACKEND_PORT:-8080}:8080"
- "6060:6060" # pprof profiling
volumes:
- ./data:/app/data
- /etc/localtime:/etc/localtime:ro