new changes

This commit is contained in:
Niranjan
2026-04-07 20:57:48 +05:30
parent 0732a2eba6
commit 8e166c8bde
9 changed files with 136 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ COMPOSE := bash scripts/docker-compose.sh
init:
cp -n .env.example .env || true
bash scripts/ensure-env-ports.sh
@echo "Initialized .env (kept existing values if present)"
up: