From bf0400f51674d66262ac555287525cbe36c0e026 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 25 May 2026 19:56:06 +0000 Subject: [PATCH] Update Dashboard_Containers/homepage/config/services.yaml --- Dashboard_Containers/homepage/config/services.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Dashboard_Containers/homepage/config/services.yaml b/Dashboard_Containers/homepage/config/services.yaml index 34e6676..0a374ac 100644 --- a/Dashboard_Containers/homepage/config/services.yaml +++ b/Dashboard_Containers/homepage/config/services.yaml @@ -1,7 +1,11 @@ -- Group A: +- Internal Docker Containers: - Service A: href: http://localhost/ -- Group B: +- External Docker Containers: - Service B: + href: http://localhost/ + +- Non-Docker Containers: + - Service C: href: http://localhost/ \ No newline at end of file