원클릭으로
learn-docker
docker-compose topology, env files, local container workflows, and quality-gate commands
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
docker-compose topology, env files, local container workflows, and quality-gate commands
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
SQLAlchemy-first DB patterns, Alembic migrations, ParentChildEdges partition handling, and UDF policy
FastAPI + SQLModel conventions, request dependencies, transaction safety, and backend architecture
Next.js best practices - RSC boundaries, data patterns, async APIs, error handling, route handlers, directives, runtime selection
Upgrade Next.js to the latest version following official migration guides and codemods
Auth0 scopes, recaptcha verification, and share/edit token security patterns
CMS editing/review workflows, TipTap extensions, and comment moderation
| name | learn-docker |
| description | docker-compose topology, env files, local container workflows, and quality-gate commands |
| user-invocable | false |
Source of truth for local containerized development, service startup order, environment configuration, and quality-gate commands.
Dockerfile*, docker-compose.yml, or env-file wiring.docker-compose.ymlapp/Dockerfile.devbackend/Dockerfile.devpre-commit/Dockerfile.devREADME.mdapp/.env.dockerbackend/.env.dockerpostgis/postgis:15-3.3-alpine)../app./backend./pre-commit./pipelinesalembic upgrade head).bun install && bun run dev).LOAD_DATA=true.docker-compose up --build from repo root for full stack bring-up.docker-compose up db backend when iterating backend-only..env.docker, root .env for optional flags).docker-compose up pre-commitdocker-compose exec frontend bun run builddocker-compose exec backend pytest -vapp/ context.LOAD_DATA=true.app/.env.docker, backend/.env.docker).docker compose configdocker-compose up --builddocker-compose up pre-commitdocker-compose exec frontend bun run builddocker-compose exec backend pytest -vbackend starts before DB is healthy due to changed dependency wiring.LOAD_DATA was not set.