mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
24 lines
453 B
Plaintext
24 lines
453 B
Plaintext
[Unit]
|
|
Description=HomeAssistant Container
|
|
|
|
[Container]
|
|
Pod=homeassistant.pod
|
|
ContainerName=homeassistant
|
|
Image=ghcr.io/home-assistant/home-assistant:stable
|
|
|
|
# Enable auto-update container
|
|
AutoUpdate=registry
|
|
|
|
Volume=%h/podman/homeassistant/config:/config
|
|
Volume=/etc/localtime:/etc/localtime:ro
|
|
Volume=/run/dbus:/run/dbus:ro
|
|
Volume=/tmp/unbound_stats:/tmp/unbound_stats
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|