diff --git a/public/svgs/dashy.png b/public/svgs/dashy.png new file mode 100644 index 000000000..78fabd257 Binary files /dev/null and b/public/svgs/dashy.png differ diff --git a/templates/compose/dashy.yaml b/templates/compose/dashy.yaml index 368f184db..471962b0d 100644 --- a/templates/compose/dashy.yaml +++ b/templates/compose/dashy.yaml @@ -1,3 +1,9 @@ +# documentation: https://dashy.to/docs +# slogan:A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! +# tags: dashboard, personal, self-hostable +# logo: svgs/dashy.png +# port: 8080 + services: dashy: image: lissy93/dashy @@ -5,9 +11,9 @@ services: - SERVICE_FQDN_DASHY_8080 - PUID=1000 - PGID=1000 - - TZ=UTC + - TZ=${TIMEZONE:-UTC} volumes: - - '/Config/Dashy/conf.yml:/app/public/conf.yml' + - './dashy/conf.yml:/app/public/conf.yml' healthcheck: test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/"] interval: 5s