Initial commit: TA Organizer script with Docker support

This commit is contained in:
wander 2025-04-12 15:25:05 -04:00
commit 1230ae7adf
4 changed files with 112 additions and 0 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
ta-organizer:
build: .
container_name: ta-organizer
volumes:
- ./source:/app/source:ro
- ./target:/app/target
environment:
- API_TOKEN=${API_TOKEN}
env_file: .env