Dashboard
Deployment source gap
The container is running, but /root/dashboard did not contain a Compose file on June 9, 2026.
Overview
| Field | Value |
|---|---|
| Purpose | Publish an internal dashboard |
| Owner | To be verified |
| Criticality | To be assessed |
| Image | nginx:alpine3.20-slim |
Architecture
The container joins aproxy and is expected to be routed by Traefik.
Installation
Reconstruct Compose from docker inspect before recreation.
Configuration
- Content:
/root/dashboard/data/html:/usr/share/nginx/html - Network:
aproxy - Restart policy:
always - Route: To be verified
Operational Procedures
docker logs --tail=100 dashboard
docker inspect dashboard
docker restart dashboard
Back up the content directory and capture the active Traefik labels.
Troubleshooting
Confirm content exists, identify the intended hostname, and restore deployment source.