adding all my compose files

This commit is contained in:
2026-03-29 02:37:51 +00:00
parent 76852b403b
commit 07b2f20ca9
30 changed files with 1012 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# homepage -- https://gethomepage.dev/
services:
homepage:
container_name: homepage
image: ghcr.io/gethomepage/homepage:latest
environment:
- PUID=1000
- PGID=1000
- HOMEPAGE_ALLOWED_HOSTS=*
env_file:
- .env
volumes:
- /srv/homepage/config:/app/config
- /srv/homepage/background:/app/public/images
- /var/run/docker.sock:/var/run/docker.sock:ro # docker socket
ports:
- 7676:3000
restart: unless-stopped