modified: serv_nginx/Makefile

add keycloak stop start commands
This commit is contained in:
2025-10-21 04:24:28 +05:00
parent 8dc89029f3
commit ff08c3ff68
+6
View File
@@ -52,3 +52,9 @@ start:
docker compose up -d docker compose up -d
re_all: stop git build start re_all: stop git build start
stop_kk:
docker compose down keycloak keycloak-db
start_kk:
docker compose up keycloak keycloak-db -d