Initial commit: TA Organizer script with Docker support
This commit is contained in:
commit
1230ae7adf
4 changed files with 112 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue