feat: down command to stop containers
This commit is contained in:
parent
f11d969239
commit
142d3cc7f2
10
startup
10
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue