Docker & Environment Setup
OfficialSet up Docker and local dev environments fast.
Authordaithang-organization
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a clear, repeatable guide for configuring Docker infrastructure, environment variables, and local development workflows for SE104_VLEAGUE, enabling reproducible setups across machines.
Core Features & Use Cases
- Containerized database setup: Run PostgreSQL locally with Docker to ensure consistent data access.
- Full-stack local development: Orchestrate API and Web services via Docker Compose for a seamless dev experience.
- Environment management: Centralized configuration and quickstart steps to bootstrap new environments.
- Practical workflows: Step-by-step guidance for development, debugging, and onboarding.
Quick Start
Follow these steps to bootstrap the project locally:
- Prerequisites: Ensure Node.js version is compatible and enable corepack for pnpm.
- Install dependencies: pnpm install
- Start PostgreSQL container: docker compose -f infra/docker-compose.db.yml up -d
- Setup environment files: cp apps/api/.env.example apps/api/.env; cp apps/web/.env.example apps/web/.env
- Initialize database: cd apps/api; pnpm dlx prisma migrate dev --name init; pnpm run db:seed; cd ../..
- Start development servers: pnpm dev
- API: http://localhost:8080
- Web: http://localhost:5173
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Docker & Environment Setup Download link: https://github.com/daithang-organization/SE104_VLEAGUE/archive/main.zip#docker-environment-setup Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.