feat: Add Lost Media recovery, safety checks, and relative docker paths
This commit is contained in:
parent
d96cebbf4b
commit
4476779adb
4 changed files with 292 additions and 67 deletions
|
|
@ -4,10 +4,10 @@ services:
|
|||
image: ghcr.io/salpertio/ta-organizerr:latest
|
||||
container_name: ta-organizer
|
||||
volumes:
|
||||
- /path/to/your/source:/app/source
|
||||
- /path/to/your/target:/app/target
|
||||
- /path/to/your/data:/app/data
|
||||
- /path/to/your/import:/app/import
|
||||
- ./source:/app/source
|
||||
- ./target:/app/target
|
||||
- ./data:/app/data
|
||||
- ./import:/app/import
|
||||
ports:
|
||||
- "8002:5000"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue