feat(servers): setup podman autoupdate.
This commit is contained in:
parent
6cefec7b26
commit
49351504e4
7 changed files with 27 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
virtualisation.oci-containers.containers.homeassistant = {
|
||||
image = "homeassistant/home-assistant:stable";
|
||||
image = "docker.io/homeassistant/home-assistant:stable";
|
||||
autoStart = true;
|
||||
ports = [
|
||||
"8123:8123"
|
||||
|
|
@ -13,6 +13,9 @@
|
|||
NET_ADMIN = true;
|
||||
NET_RAW = true;
|
||||
};
|
||||
labels = {
|
||||
"io.containers.autoupdate" = "registry";
|
||||
};
|
||||
extraOptions = ["--network=host"];
|
||||
volumes = [
|
||||
"/etc/localtime:/etc/localtime:ro"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue