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