Add compose files

This commit is contained in:
2026-02-26 16:01:03 -06:00
parent 09baf1703b
commit ac0608e5b9
3 changed files with 220 additions and 0 deletions

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:
- "3001:3000"
volumes:
- /mnt/nas/homelab/docker/homepage:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped