Homepage Stack: add base compose

This commit is contained in:
Aroy-Art 2025-06-04 12:58:50 +02:00
parent 96e27caaa5
commit 35565ace29
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -0,0 +1,14 @@
name: homepage-stack
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
ports:
- 3000:3000
volumes:
- ${CONFIG_PATH:-./Config}:/app/config # Make sure your local config directory exists
# - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
environment:
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS:-homepage.lan} # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}