modified: main_dc/Makefile
add commands for api_yal restart start rebuild
This commit is contained in:
@@ -215,4 +215,17 @@ start_api_tp:
|
||||
api_tp: stop_api_tp git build_api_tp start_api_tp wn
|
||||
|
||||
|
||||
# Остановка api_yal
|
||||
stop_api_yal:
|
||||
docker compose down api_yal
|
||||
|
||||
# Пересборка api_yal
|
||||
build_api_yal:
|
||||
docker compose build api_yal --no-cache
|
||||
|
||||
# Запуск api_yal
|
||||
start_api_yal:
|
||||
docker compose up api_yal -d
|
||||
|
||||
# Полный цикл обновления api_yal
|
||||
api_yal: stop_api_yal git build_api_yal start_api_yal wn
|
||||
Reference in New Issue
Block a user