Files

23 lines
474 B
INI

[Unit]
Description=Homeassistant container
[Container]
AutoUpdate=registry
ContainerName=homeassistant
Environment=PUID=1006
Environment=PGID=1006
Environment=TZ=Europe/Zurich
Image=lscr.io/linuxserver/homeassistant:latest
Label=io.containers.autoupdate=registry
Pod=homeassistant.pod
StartWithPod=true
Timezone=Europe/Zurich
Volume=homeassistant-config.volume:/config
Volume=homeassistant-ssh.volume:/root/.ssh
[Service]
Restart=always
[Install]
WantedBy=default.target