Skip to content

My simple configuration of the Homer dashboard.

License

Notifications You must be signed in to change notification settings

larsgerber/homer-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homer Dashboard

My simple configuration of the Homer dashboard.

Homer Dashboard

Docker

Build

docker build . --tag homer:0.0.1

Run

docker run --rm -p 8080:8080 homer:0.0.1

Compose

docker compose -f docker-compose.yaml up

Acknowledgements