Add homepage stack

This commit is contained in:
2026-02-26 00:37:58 -06:00
parent cda1e88d8d
commit ee4306626b
2 changed files with 15 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ volumes:
syncthing_data: syncthing_data:
services: services:
sonarr: sonarr:
image: lscr.io/linuxserver/sonarr:latest image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr container_name: sonarr

15
homepage.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
HOMEPAGE_ALLOWED_HOSTS: home.mpdavis.com,10.0.2.0:3001
PUID: 1000
PGID: 1000
ports:
- 3000:3001
volumes:
- /mnt/nas/homelab/docker/homepage:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped