Replace quadlets with current configuration

This commit is contained in:
topterrorist 2026-09-19 16:49:49 +02:00
parent 4a359f7d5a
commit 792b32ea02
45 changed files with 273 additions and 18 deletions

View file

@ -6,7 +6,8 @@ PartOf=singlestarget
[Container]
ContainerName=gatus
Environment=TZ=Europe/Amsterdam
Image=twinproduction/gatus:latest
Image=docker.io/twinproduction/gatus:latest
AutoUpdate=registry
Volume=%h/services/singles/gatus/config:/config
Volume=%h/services/singles/gatus/data:/data/
Volume=/etc/timezone:/etc/timezone:ro

View file

@ -8,6 +8,7 @@ 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

View file

@ -7,6 +7,7 @@ PartOf=singlestarget
ContainerName=searxng
Environment=USER_UID=1000 USER_GID=1000
Image=docker.io/searxng/searxng:latest
AutoUpdate=registry
PublishPort=127.0.0.1:8889:8080
Volume=%h/services/singles/searxng/config:/etc/searxng
Volume=%h/services/singles/searxng/cache:/cache/searxng

View file

@ -10,4 +10,4 @@ After=homepage.service
After=searxng.service
[Install]
WantedBy=install.target
WantedBy=default.target