This repository has been archived on 2024-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-12-27 18:47:02 +01:00
.gitignore Add dockerfile, readme and gitignore 2022-11-27 17:03:00 +01:00
debian-bullseye.dockerfile Update default ffmpeg to jellyfin 5.1.2-5 2022-12-27 17:01:56 +01:00
README.md Update readme 2022-12-27 18:47:02 +01:00

Building

  1. Download the "root" folder from the Tdarr Repo (direct link)
  2. Place this folder in here, next to the dockerfile
  3. Build the server and the node container

Server

$ buildah bud -t tdarr-server-ffmpeg5.1:2 -t tdarr-server-ffmpeg5.1:latest -f debian-bullseye.dockerfile

Node

$ buildah bud -t tdarr-node-ffmpeg5.1:2 -t tdarr-node-ffmpeg5.1:latest -f debian-bullseye.dockerfile --build-arg "MODULE=Tdarr_Node"

Versions

Available versions can be found in this json file