From ff08c3ff68087ea2aa5969762ba00406eb11af6e Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 21 Oct 2025 04:24:28 +0500 Subject: [PATCH] modified: serv_nginx/Makefile add keycloak stop start commands --- serv_nginx/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index ee27666..16880ce 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -51,4 +51,10 @@ build: start: docker compose up -d -re_all: stop git build start \ No newline at end of file +re_all: stop git build start + +stop_kk: + docker compose down keycloak keycloak-db + +start_kk: + docker compose up keycloak keycloak-db -d \ No newline at end of file