feat: down command to stop containers

This commit is contained in:
Haletran 2026-03-01 23:42:50 +01:00
parent f11d969239
commit 142d3cc7f2

10
startup
View file

@ -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