Homepage Stack: add image & icon bind mounts

This commit is contained in:
Aroy-Art 2025-06-04 13:10:04 +02:00
parent 35565ace29
commit c4826fa652
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -7,6 +7,8 @@ services:
- 3000:3000
volumes:
- ${CONFIG_PATH:-./Config}:/app/config # Make sure your local config directory exists
- ${ICON_PATH:-./Icons}:/app/public/icons
- ${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