Create a modern and personal application dashboard to access all your services from a single, convenient interface. This tool is built to be fast, secure, and fully static, providing a reliable and responsive user experience. It offers extensive customization options to match your specific needs.
Key features include:
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3000:3000
volumes:
- ./config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- PUID=1000
- PGID=1000
- HOMEPAGE_VAR_WEATHER_API_KEY=${HOMEPAGE_VAR_WEATHER_API_KEY}
restart: unless-stoppedHOMEPAGE_VAR_WEATHER_API_KEY=your_weather_api_key_hereAuto-fetched 13 minutes ago
Auto-fetched 13 minutes ago