From b09a9f871ed151336451904a98851184d0a11a09 Mon Sep 17 00:00:00 2001 From: TheH2SO4 <69685986+theh2so4@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:12:50 +0200 Subject: [PATCH] [+] Template: Fenrus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🆕 **New Template**: -> ℹī¸ **Fenrus**: A personal home page for quick access to all your personal apps/sites. --- templates/compose/fenrus.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/compose/fenrus.yaml diff --git a/templates/compose/fenrus.yaml b/templates/compose/fenrus.yaml new file mode 100644 index 000000000..6e469b583 --- /dev/null +++ b/templates/compose/fenrus.yaml @@ -0,0 +1,16 @@ +# documentation: https://github.com/revenz/fenrus +# slogan: A personal home page for quick access to all your personal apps/sites. + +services: + fenrus: + image: revenz/fenrus:latest + environment: + - SERVICE_FQDN_FENRUS + - TZ=Europe/Madrid + volumes: + - fenrus-data:/app/data + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:3000"] + interval: 2s + timeout: 10s + retries: 15