18 lines
348 B
Plaintext
18 lines
348 B
Plaintext
[Unit]
|
|
Description=Homepage Dashboard
|
|
|
|
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=homepage
|
|
Environment=TZ=Europe/Berlin
|
|
Environment=HOMEPAGE_ALLOWED_HOSTS=10.0.10.2:3002,homepage.chrayed.de
|
|
Image=ghcr.io/gethomepage/homepage:latest
|
|
Pod=homepage.pod
|
|
Volume=homepage-config:/app/config
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|