From b5506f006bc56abd98965a0560f1c33a8fd2fda4 Mon Sep 17 00:00:00 2001 From: TheH2SO4 <69685986+theh2so4@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:05:22 +0200 Subject: [PATCH] [+] Template: Dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🆕 **New Template**: -> â„šī¸ **Dashboard**: A dashboard. Inspired by SUI, it offers simple customization through JSON-files and a handy search bar to help you browse the internet more efficiently. --- templates/compose/dashboard.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/compose/dashboard.yaml diff --git a/templates/compose/dashboard.yaml b/templates/compose/dashboard.yaml new file mode 100644 index 000000000..eeca63a5b --- /dev/null +++ b/templates/compose/dashboard.yaml @@ -0,0 +1,15 @@ +# documentation: https://github.com/phntxx/dashboard/wiki/Installation#installation-using-docker +# slogan: A dashboard. Inspired by SUI, it offers simple customization through JSON-files and a handy search bar to help you browse the internet more efficiently. + +services: + dashboard: + image: phntxx/dashboard:latest + environment: + - SERVICE_FQDN_DASHBOARD + volumes: + - dashboard-data:/app/data + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:8080"] + interval: 2s + timeout: 10s + retries: 15