This commit is contained in:
traveler 2025-01-22 13:11:13 -06:00
commit 85e6e693f8
8 changed files with 564 additions and 0 deletions

16
NG-Homepage.yaml Executable file
View file

@ -0,0 +1,16 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
- TZ=America/Chicago
- PGID=998
- PUID=1001
ports:
- 3200:3000
volumes:
- /DockerVol/homepage:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
# networks:
# - netgrimoire
restart: unless-stopped