mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
17 lines
572 B
YAML
17 lines
572 B
YAML
# documentation: https://github.com/phntxx/dashboard?tab=readme-ov-file#dashboard
|
|
# 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.
|
|
# tags: dashboard, web, search, bookmarks
|
|
|
|
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
|