From 2885c17816bbfd400fdb648fff0cb85bb5dd5b42 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 11 Apr 2026 21:43:35 -0400 Subject: [PATCH] add core stack configuration and README for Heimdall --- nodes/heimdall/core/README.md | 1 + nodes/heimdall/{compose.core.yaml => core/compose.yaml} | 0 2 files changed, 1 insertion(+) create mode 100644 nodes/heimdall/core/README.md rename nodes/heimdall/{compose.core.yaml => core/compose.yaml} (100%) diff --git a/nodes/heimdall/core/README.md b/nodes/heimdall/core/README.md new file mode 100644 index 0000000..023d41e --- /dev/null +++ b/nodes/heimdall/core/README.md @@ -0,0 +1 @@ +# core stack info diff --git a/nodes/heimdall/compose.core.yaml b/nodes/heimdall/core/compose.yaml similarity index 100% rename from nodes/heimdall/compose.core.yaml rename to nodes/heimdall/core/compose.yaml