lasthourcloud/templates/compose/dashboard.yaml

18 lines
474 B
YAML
Raw Normal View History

2024-02-20 14:07:12 +00:00
# documentation: https://github.com/phntxx/dashboard?tab=readme-ov-file#dashboard
2024-02-20 14:42:30 +00:00
# slogan: A dashboard, inspired by SUI.
2023-10-25 13:44:34 +00:00
# tags: dashboard, web, search, bookmarks
2024-02-20 14:42:30 +00:00
# logo: svgs/unknown.svg
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