chore(media-centre): add tmpfs options for transcode directory
Some checks failed
Lint / lint (push) Failing after 49s
Terraform Plan and Apply / cicd (push) Successful in 1m1s

This commit is contained in:
Ben Martin 2025-02-28 17:20:49 +00:00
parent 345489acbc
commit 93400d8c1e
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -123,6 +123,9 @@ job "media-centre" {
type = "tmpfs"
target = "/transcode"
readonly = false
tmpfs_options {
mode = 1023
}
}
}