更新数据目录配置

This commit is contained in:
2026-03-21 22:13:31 +08:00
parent 78c3644b2c
commit d09a0487ae
6 changed files with 58 additions and 8 deletions

View File

@@ -12,6 +12,8 @@ services:
- ./cache:/app/cache
environment:
- PORT=8080
- DATA_DIR=/app/data
- CACHE_DIR=/app/cache
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/api/v1/"]