fix: updated docker file with redis and minio containers (#4909)

This commit is contained in:
victorvhs017
2025-03-17 06:33:02 -03:00
committed by GitHub
parent c2d237a99a
commit aa910ca3f0
8 changed files with 58 additions and 30 deletions

View File

@@ -17,7 +17,9 @@
"db:migrate:deploy": "turbo run db:migrate:deploy",
"db:start": "turbo run db:start",
"db:push": "turbo run db:push",
"go": "turbo run go --concurrency 20",
"db:up": "docker compose -f docker-compose.dev.yml up -d",
"db:down": "docker compose -f docker-compose.dev.yml down",
"go": "pnpm db:up && turbo run go --concurrency 20",
"dev": "turbo run dev --parallel",
"pre-commit": "lint-staged",
"start": "turbo run start --parallel",