All Projects → nickjj → Docker Web Framework Examples

nickjj / Docker Web Framework Examples

Licence: mit
Example apps that demonstate how to use Docker with your favorite web frameworks.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Docker Web Framework Examples

Docker Rails React Starter
A basic docker-compose, Rails and React / Webpack starter kit
Stars: ✭ 52 (-74.51%)
Mutual labels:  webpack, rails, docker-compose
Dckerize
Supercharged Rails development using Docker containers
Stars: ✭ 112 (-45.1%)
Mutual labels:  rails, docker-compose
Simpacker
Use modern JavaScript build system in Rails.
Stars: ✭ 100 (-50.98%)
Mutual labels:  webpack, rails
Rails React Typescript Docker Example
An example app built on Ruby on Rails 6.1 + React.js 17 + TypeScript 4.2 + Docker Compose
Stars: ✭ 129 (-36.76%)
Mutual labels:  rails, docker-compose
Django Project Template
Thorgate's Django project template - Django, React, Sass, optional Docker and more
Stars: ✭ 91 (-55.39%)
Mutual labels:  webpack, docker-compose
Npm Pipeline Rails
Use npm as part of your Rails asset pipeline
Stars: ✭ 93 (-54.41%)
Mutual labels:  webpack, rails
Todolist Frontend Vuejs
Front-end application for Todolist Web application built with Laravel and Vue.js
Stars: ✭ 120 (-41.18%)
Mutual labels:  webpack, docker-compose
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+462.25%)
Mutual labels:  webpack, rails
Word2vec Spam Filter
Using word vectors to classify spam messages
Stars: ✭ 149 (-26.96%)
Mutual labels:  webpack, flask
Docker Flask Celery Redis
Docker-Compose template for orchestrating a Flask app with a Celery queue using Redis
Stars: ✭ 165 (-19.12%)
Mutual labels:  flask, docker-compose
Webpacker React
Webpacker plugin to integrate React in your Rails application
Stars: ✭ 201 (-1.47%)
Mutual labels:  webpack, rails
Docker Django Example
A production ready example Django app that's using Docker and Docker Compose.
Stars: ✭ 86 (-57.84%)
Mutual labels:  webpack, docker-compose
Docker Tutorial
Code for a creating a docker app with Flask and MySQL tutorial
Stars: ✭ 73 (-64.22%)
Mutual labels:  flask, docker-compose
Splits Io
a speedrunning data store, analysis engine, and racing platform
Stars: ✭ 99 (-51.47%)
Mutual labels:  rails, docker-compose
Rubel
Rubel is a cms built with Laravel and React.
Stars: ✭ 70 (-65.69%)
Mutual labels:  webpack, docker-compose
Docker Nginx Gunicorn Flask Letsencrypt
Boilerplate code for setting up Nginx + Gunicorn + Flask + automated LetsEncrypt certificates (https) using docker-compose.
Stars: ✭ 117 (-42.65%)
Mutual labels:  flask, docker-compose
Docker Flask Mongodb Example
Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
Stars: ✭ 49 (-75.98%)
Mutual labels:  flask, docker-compose
Limestone
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Stars: ✭ 191 (-6.37%)
Mutual labels:  webpack, rails
Vueport
Single file components for Rails with Vue JS and Webpack
Stars: ✭ 141 (-30.88%)
Mutual labels:  webpack, rails
Livetv mining
直播网站数据采集
Stars: ✭ 188 (-7.84%)
Mutual labels:  webpack, flask

Build Status

Example Apps That Demonstrate How to Use Docker with Your Favorite Web Frameworks

But aren't there a million tutorials out there that do this already?

Yes, but a lot of those tutorials are outdated and there's no quality control. Some might be great, but others may contain questionable decisions. This repo will attempt to stay on the bleeding edge for both Docker and web framework versions, and since it's open source, we can all contribute our best practices together.

Goals

  • Be as minimal as possible without compromising readability
  • Be as fast as possible for build times without compromising readability
  • Deal with development and production app configuration in a reasonable way
  • Remain updated to take advantage of the latest and greatest Docker / app features

Getting Started

Each framework and language has their own folder. As time goes on, more examples will be added.

1. Do You Have Docker and Docker Compose Installed?

It's expected that you already have Docker and Docker Compose installed. If not, head over to Docker's website and install a version of Docker for your operating system of choice.

2. Clone This Repo

git clone https://github.com/nickjj/docker-web-framework-examples
cd docker-web-framework-examples

You'll find a README.md file in each folder with specific instructions and notes for that framework / language.

Supported Frameworks / Languages

This list is ever growing, so if you don't see your web framework of choice, open a PR.

Contributing

Whether you're fixing a bug, improving an existing app or creating a new example app, your efforts are very much appreciated! Check out the contributing documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].