lasthourcloud/templates/compose/dashboard.yaml

18 lines
467 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
# port: 8080
services:
dashboard:
image: phntxx/dashboard:latest
environment:
- SERVICE_FQDN_DASHBOARD_8080
volumes:
- dashboard-data:/app/data
healthcheck:
2024-05-17 08:11:55 +00:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
interval: 2s
timeout: 10s
retries: 15