Skip to content

tusharsinghbisht/dockerized_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Templates

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.

Available Templates

TypeScript Node.js

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

Usage

Customization

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)

Contributing

Contributions are welcome! To add a new template:

  1. Create a directory with a descriptive name for your template
  2. Include a comprehensive README.md with usage instructions
  3. Ensure your template follows Docker best practices
  4. 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.

Contributors

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

templates for dockerized applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors