docs: use cylinder shape for Cache, Queue and Database nodes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
loks0n
2026-04-08 18:42:18 +01:00
co-authored by Claude Sonnet 4.6
parent 8e69926f11
commit 53d1368507
+1 -1
View File
@@ -219,7 +219,7 @@ flowchart TD
subgraph Infra["Infrastructure"]
direction LR
Cache["Cache (Redis)"]:::hot ~~~ Queue["Queue (Redis)"]:::hot ~~~ AV["AntiVirus (ClamAV)"]:::external ~~~ DB[(Database)]:::store ~~~ Executor[["Executor (Open-Runtimes)"]]:::compute ~~~ Docker(Docker / K8S):::service
Cache[("Cache (Redis)")]:::hot ~~~ Queue[("Queue (Redis)")]:::hot ~~~ AV["AntiVirus (ClamAV)"]:::external ~~~ DB[(Database)]:::store ~~~ Executor[["Executor (Open-Runtimes)"]]:::compute ~~~ Docker(Docker / K8S):::service
end
subgraph Workers["Background Workers"]