New make command was added.
This commit is contained in:
parent
569a452bb6
commit
604b917fbc
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -77,6 +77,9 @@ services-logs: ## Tail all service logs
|
|||
services-ps: ## Show running containers
|
||||
docker compose --profile services ps
|
||||
|
||||
services-nginx: ## Start with nginx reverse proxy
|
||||
docker compose --profile services --profile edge up -d --build --remove-orphans
|
||||
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
# Docker: nginx edge (reverse proxy)
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue