Noticeboard
Deployment source gap
The container is running, but /root/noticeboard did not contain a Compose file on June 9, 2026.
Overview
| Field | Value |
|---|---|
| Purpose | Publish generated noticeboard content |
| Owner | To be verified |
| Criticality | To be assessed |
| Image | nginx:stable-alpine-slim |
Architecture
The container joins aproxy and serves generated MkDocs content through Traefik.
Installation
Reconstruct Compose from docker inspect before recreation.
Configuration
- Content:
/root/noticeboard/data/mkdocs/site:/usr/share/nginx/html - Network:
aproxy - Restart policy:
always - Route and build source: To be verified
Operational Procedures
docker logs --tail=100 noticeboard
docker inspect noticeboard
docker restart noticeboard
Back up the generated site only if the source cannot reproduce it; prioritize locating the source repository.
Troubleshooting
Check generated files, permissions, route labels, and the unknown build pipeline.