[+] Template: Dashboard
🆕 **New Template**: -> ℹ️ **Dashboard**: A dashboard. Inspired by SUI, it offers simple customization through JSON-files and a handy search bar to help you browse the internet more efficiently.
This commit is contained in:
15
templates/compose/dashboard.yaml
Normal file
15
templates/compose/dashboard.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# documentation: https://github.com/phntxx/dashboard/wiki/Installation#installation-using-docker
|
||||||
|
# slogan: A dashboard. Inspired by SUI, it offers simple customization through JSON-files and a handy search bar to help you browse the internet more efficiently.
|
||||||
|
|
||||||
|
services:
|
||||||
|
dashboard:
|
||||||
|
image: phntxx/dashboard:latest
|
||||||
|
environment:
|
||||||
|
- SERVICE_FQDN_DASHBOARD
|
||||||
|
volumes:
|
||||||
|
- dashboard-data:/app/data
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
||||||
|
interval: 2s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 15
|
Reference in New Issue
Block a user