24 lines
508 B
Text
24 lines
508 B
Text
[Unit]
|
|
Description=homepage container
|
|
|
|
PartOf=singles.target
|
|
|
|
[Container]
|
|
ContainerName=homepage
|
|
Environment=HOMEPAGE_ALLOWED_HOSTS={YOURDOMAIN.COM}
|
|
Environment=PUID=1000 PGID=1000
|
|
Image=ghcr.io/gethomepage/homepage:latest
|
|
AutoUpdate=registry
|
|
Volume=%h/services/singles/homepage/config:/app/config
|
|
Volume=%h/services/singles/homepage/assets:/app/public/images
|
|
Volume=/home:/home
|
|
|
|
Environment=PORT=3303
|
|
Environment=HOSTNAME=127.0.0.1
|
|
Network=host
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=singles.target
|