Skip to content

chore: add optional docker local dev stack - #26

Open
cikeyz wants to merge 1 commit into
mainfrom
chore/docker-dev-compose
Open

chore: add optional docker local dev stack#26
cikeyz wants to merge 1 commit into
mainfrom
chore/docker-dev-compose

Conversation

@cikeyz

@cikeyz cikeyz commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • add an optional Docker Compose local-dev stack for Laravel API, MySQL 8.4, Mailpit, Vite/Bun, and Tesseract OCR
  • add a dev-only PHP Apache image plus startup/test helper scripts
  • document Docker usage in README, AGENTS, DECISIONS, and docs/development/docker-local.md
  • let Vite dev proxy target the Docker API service through VITE_DEV_API_PROXY
  • make the daily procurement view migration idempotent so repeated local starts recover cleanly

Guardrails

  • production deployment remains unchanged: Vercel web, Render API from api/Dockerfile, TiDB production DB, Android production builds targeting Render
  • no provider secrets or .env files committed
  • Docker credentials are local low-value dev-only values

Verification

  • docker compose config: passed
  • docker compose up --build -d: passed
  • curl http://localhost:8000/api/menu: HTTP 200
  • curl http://localhost:5173/api/menu: HTTP 200 through Vite proxy
  • curl http://localhost:8025: HTTP 200
  • docker compose exec api prepflow-test: 91 passed, 278 assertions
  • api host test: 91 passed, 278 assertions
  • api vendor/bin/pint --test: passed
  • apps/web bun run build: passed
  • git diff --check: passed

Copilot AI review requested due to automatic review settings June 28, 2026 07:15
@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
prepflow-vercel-static Ready Ready Preview, Comment Jun 28, 2026 7:15am

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@cikeyz
cikeyz requested a review from Copilot June 28, 2026 08:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants