home
Documentation for app: home
Documentation
No readme
Variables
vars.yml
traefik_svc_port: "3000"
app_product: homepage
app_description: A modern, secure, highly customizable application dashboard
Docker compose files
main
docker-compose.yml
version: "3.3"
services:
homepage:
image: ghcr.io/benphelps/homepage:latest
volumes:
- $app_dir_conf:/app/config # Make sure your local config directory exists
- $app_dir_template/icons:/app/public/icons # To allow icons, call in your config: /icons/myicon.png
# - $app_dir_share:/app/public/icons # To allow icons, call in your config: /icons/myicon.png
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations