Task 002: Docker Infrastructure
Priority: Medium Status: Planned Category: Infrastructure
🎯 Goal
Provide ready-to-use Docker templates (Dockerfile.j2, docker-compose.yml.j2) during new project generation. All infrastructure files will be managed within a dedicated deploy/ directory.
🛠 Features
- Infrastructure Isolation: Create
deploy/folder in the project root. - Templates: Include
Dockerfile.j2anddocker-compose.yml.j2for user onboarding. - Environment Sync: Ensure Compose correctly loads variables from the root
.env.