Docker & Environment Setup

Official

Set 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:

  1. Prerequisites: Ensure Node.js version is compatible and enable corepack for pnpm.
  2. Install dependencies: pnpm install
  3. Start PostgreSQL container: docker compose -f infra/docker-compose.db.yml up -d
  4. Setup environment files: cp apps/api/.env.example apps/api/.env; cp apps/web/.env.example apps/web/.env
  5. Initialize database: cd apps/api; pnpm dlx prisma migrate dev --name init; pnpm run db:seed; cd ../..
  6. Start development servers: pnpm dev
  • API: http://localhost:8080
  • Web: http://localhost:5173

Dependency Matrix

Required Modules

None required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.