This commit is contained in:
eric
2026-03-28 08:39:12 -05:00
parent 4b3c6cbee4
commit b84f9b751c
49 changed files with 3728 additions and 771 deletions

View File

@@ -0,0 +1,14 @@
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: live-homepage
restart: unless-stopped
ports:
- "${HOMEPAGE_PORT:-80}:3000"
environment:
HOMEPAGE_ALLOWED_HOSTS: "*"
volumes:
- ./config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro