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