[+] Template: Fenrus

🆕 **New Template**:

-> ℹ️ **Fenrus**: A personal home page for quick access to all your personal apps/sites.
This commit is contained in:
TheH2SO4
2023-10-23 13:12:50 +02:00
committed by GitHub
parent b5506f006b
commit b09a9f871e

View File

@@ -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