blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.69k stars 307 forks source link

Add Docker support #416

Closed strenkml closed 8 months ago

strenkml commented 9 months ago

Added Docker and a Makefile to allow the scripts to be run easier and be in a controlled environment.

Right now you just build the Docker image locally but it could be configured to build with Github Actions.

onedr0p commented 9 months ago

@strenkml I already created a PR for this: https://github.com/blacktwin/JBOPS/pull/408

strenkml commented 8 months ago

@strenkml I already created a PR for this: #408

Ah okay, I should have checked first lol

Looks like we took slightly different paths. Your method is better for scripts that you want to run on a schedule, while mine is better for singular runs.