18 lines
322 B
Plaintext
18 lines
322 B
Plaintext
[Unit]
|
|
Description=Home Assistant
|
|
|
|
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=homeassistant
|
|
Environment=TZ=Europe/Berlin
|
|
GroupAdd=keep-groups
|
|
Image=ghcr.io/home-assistant/home-assistant:stable
|
|
Pod=homeassistant.pod
|
|
Volume=homeassistant-config.volume:/config
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|