From 6c5a1c317af8685e9a0d809d595d3ef89ab03159 Mon Sep 17 00:00:00 2001 From: TheH2SO4 <69685986+theh2so4@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:14:43 +0200 Subject: [PATCH] [!] Mistake --- templates/compose/fenrus.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 templates/compose/fenrus.yaml diff --git a/templates/compose/fenrus.yaml b/templates/compose/fenrus.yaml deleted file mode 100644 index 6e469b583..000000000 --- a/templates/compose/fenrus.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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