leyhome/homepage.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 18:51:23 +01:00
parent 5f57ae8254
commit 66bc1f436f
1 changed files with 18 additions and 0 deletions

18
leyhome/homepage.yml Normal file
View File

@ -0,0 +1,18 @@
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
# Hier fügen wir die Erlaubnis für deine IP hinzu:
- HOMEPAGE_ALLOWED_HOSTS=192.168.192.50,192.168.192.50:8082,start.leylynx.de,192.168.2.10:8082
- HOMEPAGE_VAR_IGNORE_PROXY=true
ports:
- 8082:3000
volumes:
- /home/florian/homepage/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped