add homarr

This commit is contained in:
2026-02-14 19:05:04 +01:00
parent 202137b7db
commit 46d3487d1a
6 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
[Volume]
VolumeName=homarr-config

View File

@@ -0,0 +1,2 @@
[Volume]
VolumeName=homarr-data

View File

@@ -0,0 +1,2 @@
[Volume]
VolumeName=homarr-icons

18
homarr/homarr.container Normal file
View File

@@ -0,0 +1,18 @@
[Unit]
Description=Homarr Dashboard
[Container]
AutoUpdate=registry
ContainerName=homarr
Environment=TZ=Europe/Berlin
Image=ghcr.io/ajnart/homarr:latest
Pod=homarr.pod
Volume=homarr-config:/app/data/configs
Volume=homarr-icons:/app/public/icons
Volume=homarr-data:/data
[Service]
Restart=always
[Install]
WantedBy=default.target

3
homarr/homarr.network Normal file
View File

@@ -0,0 +1,3 @@
[Network]
Driver=bridge
NetworkName=homarr

10
homarr/homarr.pod Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Homarr Pod
[Pod]
PodName=homarr
Network=homarr.network
PublishPort=7575:7575
[Install]
WantedBy=default.target