# homepage (Homelab Dashboard)

[![image.png](https://wiki.folkerts.it/uploads/images/gallery/2024-06/scaled-1680-/image.png)](https://wiki.folkerts.it/uploads/images/gallery/2024-06/image.png)

[https://github.com/gethomepage/homepage](https://github.com/gethomepage/homepage)

```yaml
version: "3.3"
services:
  homepage:
    image: ghcr.io/gethomepage/homepage:v0.9.11
    container_name: homepage
    #environment:
      #PUID: 1000 -- optional, your user id
      #PGID: 1000 -- optional, your group id
    ports:
      - 3000:3000
    volumes:
      - config:/app/config # Make sure your local config directory exists
      - /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
    restart: unless-stopped

volumes:
 config:
```

## Icons

[https://selfh.st/icons/](https://selfh.st/icons/) mit sh-XXX zb sh-invoice-ninja-light

[https://simpleicons.org/](https://simpleicons.org/) mit si-XXX

## services.yaml