feat: Introduce scheduled background scanning, old folder cleanup, and optimize metadata fetching with updated Docker configuration and API tests.
This commit is contained in:
parent
1ecb31ae12
commit
94f077944b
4 changed files with 207 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue