chore(media-centre): add device mapping for GPU rendering via vaapi
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 2m23s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 52s

This commit is contained in:
Ben Martin 2025-06-14 23:31:40 +01:00
parent 67718a4e55
commit 35516b2222
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -22,6 +22,12 @@ job "media-centre" {
image = "plexinc/pms-docker:latest"
runtime = "nvidia"
devices = [
{
host_path = "/dev/dri"
}
]
mount {
type = "volume"
target = "/data"