diff --git a/quadlets/homarr/homarr.container b/quadlets/homarr/homarr.container new file mode 100644 index 0000000..faee682 --- /dev/null +++ b/quadlets/homarr/homarr.container @@ -0,0 +1,21 @@ +[Unit] +Description=Homarr +After=network-online.target + +[Service] +Restart=on-failure +TimeoutStartSec=900 + +[Install] +WantedBy=default.target + +[Container] +Image=ghcr.io/ajnart/homarr:latest +ContainerName=homarr +HostName=homarr + +Network=protonvpn +#PublishPort=7575:7575 + +Volume=/volumes/homarr/app/data/configs:/app/data/configs +Volume=/volumes/homarr/app/public/icons:/app/public/icons