remove dashboard very outdated
This commit is contained in:
		@@ -1,17 +0,0 @@
 | 
				
			|||||||
# documentation: https://github.com/phntxx/dashboard?tab=readme-ov-file#dashboard
 | 
					 | 
				
			||||||
# slogan: A dashboard, inspired by SUI.
 | 
					 | 
				
			||||||
# tags: dashboard, web, search, bookmarks
 | 
					 | 
				
			||||||
# port: 8080
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
services:
 | 
					 | 
				
			||||||
  dashboard:
 | 
					 | 
				
			||||||
    image: phntxx/dashboard:latest
 | 
					 | 
				
			||||||
    environment:
 | 
					 | 
				
			||||||
      - SERVICE_FQDN_DASHBOARD_8080
 | 
					 | 
				
			||||||
    volumes:
 | 
					 | 
				
			||||||
      - dashboard-data:/app/data
 | 
					 | 
				
			||||||
    healthcheck:
 | 
					 | 
				
			||||||
      test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
 | 
					 | 
				
			||||||
      interval: 2s
 | 
					 | 
				
			||||||
      timeout: 10s
 | 
					 | 
				
			||||||
      retries: 15
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user