This commit is contained in:
m3tam3re
2024-11-19 18:59:45 +01:00
parent 936b6b5c9b
commit 0fde93d646
4 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
virtualisation.oci-containers.containers."homarr" = {
image = "ghcr.io/ajnart/homarr:latest";
ports = ["7575:7575"];
volumes = [
"homarr-configs:/app/public/config"
"homarr-icons:/app/public/icons"
"homarr-data:/data"
];
};
}