[WIP] Init: README, CI, Docker, deploy & infra skeleton#6
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
Co-authored-by: Grar00t <239743497+Grar00t@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add README file for Gratech AI Dashboard
[WIP] Init: README, CI, Docker, deploy & infra skeleton
Nov 25, 2025
SULIMAN ALSHAMMARI (Grar00t)
approved these changes
Dec 21, 2025
SULIMAN ALSHAMMARI (Grar00t)
approved these changes
Dec 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sprint 0 bootstrap: adds foundational project structure, containerization, CI/CD workflows, and infrastructure skeleton.
Files Added
Documentation
README.copilot.md— Project overview, local dev instructions, repo structure (suffix added sinceREADME.mdexists)pitch-deck.md— Pitch outline.env.example— Environment template (Vite frontend, FastAPI backend, Azure services)Containerization
frontend/Dockerfile— Multi-stage Vite build → nginxbackend/Dockerfile— Python 3.11 + uvicorndocker-compose.yml— frontend (nginx:80), backend (uvicorn:9000), vectorstore (redis:6379)CI/CD Workflows
.github/workflows/ci.yml— Build/test on PR and push to main.github/workflows/deploy-pages.yml— GitHub Pages deployment fromfrontend/distInfrastructure
infra/main.tf— Terraform skeleton (Azure provider, resource group)Local Development
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com//advisories/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Create a new branch and open a pull request against main that adds the following files to the Grar00t/gratech-ai-dashboard repository. Make the PR a draft so the owner can review before merging.
Files to add (paths and contents):