add homarr
This commit is contained in:
2
homarr/homarr-config.volume
Normal file
2
homarr/homarr-config.volume
Normal file
@@ -0,0 +1,2 @@
|
||||
[Volume]
|
||||
VolumeName=homarr-config
|
||||
2
homarr/homarr-data.volume
Normal file
2
homarr/homarr-data.volume
Normal file
@@ -0,0 +1,2 @@
|
||||
[Volume]
|
||||
VolumeName=homarr-data
|
||||
2
homarr/homarr-icons.volume
Normal file
2
homarr/homarr-icons.volume
Normal file
@@ -0,0 +1,2 @@
|
||||
[Volume]
|
||||
VolumeName=homarr-icons
|
||||
18
homarr/homarr.container
Normal file
18
homarr/homarr.container
Normal 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
3
homarr/homarr.network
Normal file
@@ -0,0 +1,3 @@
|
||||
[Network]
|
||||
Driver=bridge
|
||||
NetworkName=homarr
|
||||
10
homarr/homarr.pod
Normal file
10
homarr/homarr.pod
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Homarr Pod
|
||||
|
||||
[Pod]
|
||||
PodName=homarr
|
||||
Network=homarr.network
|
||||
PublishPort=7575:7575
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user