File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080- ** Dashy** : A self-hosted dashboard for managing your server.
8181- ** Heimdall** : An application dashboard for organizing your web applications.
8282- ** Homarr** : A sleek, modern dashboard for managing your home server.
83+ - ** Homer** : A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
8384- ** Organizr** : A web-based tool that makes organizing your server applications simple.
8485
8586## Reading
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ services:
2020 volumes :
2121 - $DOCKERDIR/appdata/gptwol/db:/app/db
2222 - $DOCKERDIR/appdata/gptwol/cron:/etc/cron.d
23- # DOCKER-LABELS-PLACEHOLDER
23+ # DOCKER-LABELS-PLACEHOLDER
Original file line number Diff line number Diff line change 1+ <<<<<<< HEAD
12services :
23 # Homer - Application Dashboard
34 homer :
@@ -17,4 +18,25 @@ services:
1718 - $DOCKERDIR/appdata/homer:/www/assets
1819 environment :
1920 - DOCKER_HOST
21+ =======
22+ services :
23+ # Homer - Application Dashboard
24+ homer :
25+ image : b4bz/homer:latest
26+ container_name : homer
27+ security_opt :
28+ - no-new-privileges:true
29+ restart : unless-stopped
30+ profiles : ["apps", "all"]
31+ networks :
32+ - default
33+ - socket_proxy
34+ ports :
35+ - " $homer_PORT:8080"
36+ volumes :
37+ # - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
38+ - $DOCKERDIR/appdata/homer/config:/www/assets
39+ environment :
40+ - DOCKER_HOST
41+ >>>>>>> origin/main
2042 # DOCKER-LABELS-PLACEHOLDER
You can’t perform that action at this time.
0 commit comments