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