chore(home-assistant): format job specification for consistency
All checks were successful
Lint / lint (push) Successful in 39s
Terraform Plan and Apply / cicd (push) Successful in 55s

This commit is contained in:
Ben Martin 2025-01-12 14:41:43 +00:00
parent d7582b320f
commit 08f372c693
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -11,9 +11,9 @@ job "homeassistant" {
driver = "docker"
config {
image = "ghcr.io/home-assistant/home-assistant:2025.1.2"
image = "ghcr.io/home-assistant/home-assistant:2025.1.2"
network_mode = "host"
privileged = true
privileged = true
volumes = [
"/etc/localtime:/etc/localtime:ro",
@ -22,7 +22,7 @@ job "homeassistant" {
}
volume_mount {
volume = "config"
volume = "config"
destination = "/config"
}
@ -33,11 +33,11 @@ job "homeassistant" {
}
volume "config" {
type = "csi"
read_only = false
source = "martinibar_prod_home-assistant_config"
type = "csi"
read_only = false
source = "martinibar_prod_home-assistant_config"
attachment_mode = "file-system"
access_mode = "single-node-writer"
access_mode = "single-node-writer"
}
service {