Add scipts to help running on other hosts
This commit is contained in:
parent
83ce541c4e
commit
1a6f47e98a
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
beets:
|
||||
build: .
|
||||
entrypoint: ["/bin/bash", "-l"]
|
||||
ports:
|
||||
- 9000:9000
|
||||
# volumes:
|
||||
# - ~/Music:/Music:ro
|
5
import-macbook.sh
Executable file
5
import-macbook.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#! /bin/bash
|
||||
|
||||
export SOURCE_DIR=/Volumes/Multimedia/Music_Import
|
||||
export TARGET_DIR=/Volumes/Multimedia/Music_Clean
|
||||
make import
|
Loading…
Reference in New Issue
Block a user