feat: Introduce scheduled background scanning, old folder cleanup, and optimize metadata fetching with updated Docker configuration and API tests.

This commit is contained in:
wander 2025-11-20 01:45:38 -05:00
parent 1ecb31ae12
commit 94f077944b
4 changed files with 207 additions and 26 deletions

View file

@ -1,10 +1,10 @@
services:
ta-organizer:
build: .
build: /mnt/user/appdata/dockerbuildings
container_name: ta-organizer
volumes:
- ./source:/app/source:ro
- ./target:/app/target
- /mnt/user/appdata/dockerbuildings/source:/app/source:ro
- /mnt/user/appdata/dockerbuildings/target:/app/target
environment:
- API_TOKEN=${API_TOKEN}
env_file: .env
- SCAN_INTERVAL=${SCAN_INTERVAL:-60}
env_file: /mnt/user/appdata/dockerbuildings/.env