Add notification settings
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: help dev up down build build-no-cache logs restart clean migrate shell db-shell frontend-shell backend-shell lint test
|
||||
.PHONY: help dev up down build build-no-cache logs logs-bot restart clean migrate shell db-shell frontend-shell backend-shell lint test
|
||||
|
||||
DC = sudo docker-compose
|
||||
|
||||
@@ -14,6 +14,7 @@ help:
|
||||
@echo " make logs - Show logs (all services)"
|
||||
@echo " make logs-b - Show backend logs"
|
||||
@echo " make logs-f - Show frontend logs"
|
||||
@echo " make logs-bot - Show Telegram bot logs"
|
||||
@echo ""
|
||||
@echo " Build:"
|
||||
@echo " make build - Build all containers (with cache)"
|
||||
@@ -63,6 +64,9 @@ logs-b:
|
||||
logs-f:
|
||||
$(DC) logs -f frontend
|
||||
|
||||
logs-bot:
|
||||
$(DC) logs -f bot
|
||||
|
||||
# Build
|
||||
build:
|
||||
$(DC) build
|
||||
|
||||
Reference in New Issue
Block a user