refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
homepage:
image: ${HOMEPAGE_IMAGE:-ghcr.io/gethomepage/homepage:latest}
restart: unless-stopped
volumes:
- homepage-config:/app/config
- /var/run/docker.sock:/var/run/docker.sock # Optional, for Docker integrations
environment:
- TZ=${TZ:-America/Vancouver} # optional, if your app needs a timezone
volumes:
homepage-config:
name: homepage-config