Homepage Stack: add .env.sample

This commit is contained in:
Aroy-Art 2025-06-17 21:28:38 +02:00
parent 8f8dad05c9
commit c4176b1c63
Signed by: Aroy
GPG key ID: DB9689E9391DD156
2 changed files with 17 additions and 3 deletions

View file

@ -11,6 +11,6 @@ services:
- ${IMAGE_PATH:-./Images}:/app/public/images
# - /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}
- 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}