[+] Template: Fenrus
🆕 **New Template**: -> ℹ️ **Fenrus**: A personal home page for quick access to all your personal apps/sites.
This commit is contained in:
parent
b5506f006b
commit
b09a9f871e
16
templates/compose/fenrus.yaml
Normal file
16
templates/compose/fenrus.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user