audit(gremlin): gremlin-stack FAIL 2026-04-13

This commit is contained in:
traveler 2026-04-13 06:46:25 -05:00
parent 9c7903ea89
commit 72d7561399

View file

@ -0,0 +1,43 @@
---
title: Audit - gremlin-stack.yml
description: Gremlin audit report 2026-04-13
published: true
date: 2026-04-13T11:46:25.459Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-13T11:46:25.459Z
---
# Audit Report — gremlin-stack.yml
**Date:** 2026-04-13
**File:** swarm/stack/Gremlin/gremlin-stack.yml
**Type:** Docker Swarm
**Verdict:** FAIL
---
### Audit Results
#### Homepage Labels
All services have the required homepage labels correctly configured. **PASS**
#### Uptime Kuma Labels
The `kuma` labels are set for the `ollama`, `qdrant`, and `n8n` services, indicating the correct HTTP service names and URLs. **PASS**
#### Caddy Labels on Exposed Services
- **FAIL**: The `open-webui` service is missing the `caddy=<domain>` label.
- **Fix**: Add `caddy=ai.netgrimoire.com` to the labels of the `open-webui` service.
#### Placement Constraints
All services are correctly constrained to run on the node with `hostname == docker4`. **PASS**
#### Volumes Use /DockerVol/<service> Path Convention
All services use the specified `/DockerVol/<service>` path convention for their volumes. **PASS**
#### Network References External netgrimoire Overlay
All services reference the external `netgrimoire` network correctly. **PASS**
### VERDICT: FAIL
The audit found one issue that needs to be addressed to ensure all components are fully compliant with the requirements.