Add homepage deployment for syn01

This commit is contained in:
2026-01-01 17:54:08 -08:00
parent a0bf1b78fc
commit 58b7968d2a

View File

@@ -0,0 +1,14 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3001:3000
volumes:
- /volume1/docker/homepage/config:/app/config:rw
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- PUID=1026
- PGID=100
- TZ=America/Los_Angeles
restart: unless-stopped