System & Environment Setup
When to use this skill
- New project: Initial environment setup
- Team onboarding: Standardizing new developer environments
- Multiple services: Local execution of microservices
- Production replication: Testing production environment locally
Instructions
Step 1: Docker Compose Configuration
docker-compose.yml:
version: '3.8'
services:
# Web Application
web:
build:
context: .
dockerfile: Dockerfile
[Description truncada. Veja o README completo no GitHub.]