Add scipts to help running on other hosts

This commit is contained in:
IamTheFij 2021-12-01 14:51:13 -08:00
parent 83ce541c4e
commit 1a6f47e98a
2 changed files with 16 additions and 0 deletions

11
docker-compose.yml Normal file
View 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
View File

@ -0,0 +1,5 @@
#! /bin/bash
export SOURCE_DIR=/Volumes/Multimedia/Music_Import
export TARGET_DIR=/Volumes/Multimedia/Music_Clean
make import