Prebuilt templates for containerized application development. These templates provide ready-to-use Docker configurations for various frameworks and languages, allowing you to quickly start development with best practices already in place.
A production-ready Node.js application template with TypeScript support, including:
- TypeScript configuration
- Docker multi-stage build
- Development and production environments
- Nodemon setup for local development
Each template includes a README.md with specific instructions for customization. Common customization points:
- Update package.json with your project details
- Modify the Dockerfile for additional dependencies
- Adjust docker-compose.yml for your development workflow
- Configure environment variables in .env files (remember to add to .gitignore)
Contributions are welcome! To add a new template:
- Create a directory with a descriptive name for your template
- Include a comprehensive README.md with usage instructions
- Ensure your template follows Docker best practices
- Submit a pull request with a description of your template
Feel free to:
- Raise issues for bugs or feature requests
- Suggest improvements to existing templates
- Submit your own templates by creating a pull request
- Share your feedback on the current templates
For major changes, please open an issue first to discuss what you would like to change.
- Tushar Singh Bisht - Project creator
We appreciate all contributions, large or small. If you've contributed to the project and would like to be added to this list, please let me know in your PR.
This project is licensed under the MIT License - see the LICENSE file for details.