Update all files

This commit is contained in:
Mistral Vibe
2026-03-29 20:44:23 +02:00
parent 19a119ace2
commit f7a07ba05e
9 changed files with 2084 additions and 24 deletions

View File

@@ -1,8 +1,11 @@
.PHONY: up down build logs migrate seed test test-api test-worker test-watcher lint check format
up:
up: validate-env
docker compose up -d
validate-env:
bash scripts/validate-env.sh
down:
docker compose down
@@ -22,7 +25,7 @@ migrate-auto:
# ── Setup ─────────────────────────────────────────────────────────────────────
setup: up
setup: validate-env up
@echo "Waiting for Nextcloud to initialize (this can take ~60s)..."
@sleep 60
bash scripts/nc-setup.sh