modified: serv_nginx/Makefile

modified:   serv_nginx/docker-compose.yml
add some commands TO KECLOAK
This commit is contained in:
2025-10-21 04:06:55 +05:00
parent a5c5b986e0
commit 5e37e8c920
2 changed files with 28 additions and 17 deletions
-9
View File
@@ -23,15 +23,6 @@ api_bb_logs:
restart:
docker compose down && docker compose up -d
stop_nginx:
docker compose down nginx
build_nginx:
docker compose build nginx --no-cache
run_nginx: stop_nginx build_nginx
docker compose up nginx -d
npm_clean:
npm cache clean --force