Rename compose files

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

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