added homepage

This commit is contained in:
2024-07-18 10:25:47 -07:00
parent 206eeec27b
commit b449c49362
2 changed files with 17 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Homepage
Official site: https://gethomepage.dev/latest/installation/docker/
Proxy Port: 3000
If you want to use the optional docker socket, you must run as root.
+11
View File
@@ -0,0 +1,11 @@
version: "3.3"
services:
homepage:
image: ${HOMEPAGE_IMAGE:-ghcr.io/gethomepage/homepage:latest}
restart: unless-stopped
ports:
- 3000:3000
volumes:
- ./data/homepage-config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations