1.5 KiB
1.5 KiB
| title | description | published | date | tags | editor | dateCreated |
|---|---|---|---|---|---|---|
| Audit - dozzle.yaml | Gremlin audit report 2026-04-27 | true | 2026-04-27T11:10:08.572Z | gremlin,audit | markdown | 2026-04-27T11:10:08.572Z |
Audit Report — dozzle.yaml
Date: 2026-04-27
File: swarm/dozzle.yaml
Type: Docker Swarm
Verdict: FAIL
Audit Report for dozzle.yaml
Homepage Labels
- PASS:
homepage.group: Managementhomepage.name: Dozzlehomepage.icon: dozzle.pnghomepage.href: https://dozzle.netgrimoire.comhomepage.description: Docker log viewer
Uptime Kuma Labels
- PASS:
kuma.dozzle.http.name: Dozzlekuma.dozzle.http.url: https://dozzle.netgrimoire.com
Caddy Labels on Exposed Services
- FAIL:
The service does not have a valid domain specified for the Caddy label. The labels should include a valid domain instead of placeholder text.
- Recommended Fix: Replace
caddy=<domain>with a valid domain, e.g.,caddy=dozzle.netgrimoire.com.
- Recommended Fix: Replace
Placement Constraints
- FAIL:
There are no placement constraints specified for the service. This could lead to unpredictability in where the service is deployed.
- Recommended Fix: Add placement constraints using
placementsection.
- Recommended Fix: Add placement constraints using
Volumes Use /DockerVol/<service> Path Convention
- PASS:
The volume path uses the convention
/var/run/docker.sock:/var/run/docker.sock.
Network References External netgrimoire Overlay
- PASS:
The service references the external
netgrimoireoverlay network.