From 142d3cc7f277635376235f28aa9748447f163ad3 Mon Sep 17 00:00:00 2001 From: Haletran Date: Sun, 1 Mar 2026 23:42:50 +0100 Subject: [PATCH] feat: down command to stop containers --- startup | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/startup b/startup index 91cf1fc..f394ee0 100755 --- a/startup +++ b/startup @@ -24,11 +24,19 @@ case "$1" in just start postgresql just start keycloak ;; + down) + just down caddy + just down doh + just down postgresql + just down keycloak + just down git + ;; clean) just clean caddy just clean doh just clean postgresql - #just clean keycloak + just clean keycloak + just clean git ;; restart) just re caddy