Add static homelab dashboard with Docker and nginx setup

This commit is contained in:
2026-09-04 11:22:17 +02:00
commit a168fb3b46
8 changed files with 839 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
dashboard:
build:
context: .
dockerfile: Dockerfile
image: homelab-dashboard:latest
container_name: homelab-dashboard
ports:
- "8888:80"
restart: unless-stopped
logging:
driver: json-file
options:
max-size: "1m"
max-file: "2"