• Stars
    star
    136
  • Rank 267,670 (Top 6 %)
  • Language
    Python
  • Created over 9 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dockerfile for Nginx + Gunicorn + Flask

nginx-gunicorn-flask

This repository contains files necessary for building a Docker image of Nginx + Gunicorn + Flask.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry:

docker pull danriti/nginx-gunicorn-flask

Usage

docker run -d -p 80:80 danriti/nginx-gunicorn-flask

After few seconds, open http://<host> to see the Flask app.

More Repositories

1

bootstrap-pagespeed

Breaking the PageSpeed barrier.
CSS
97
star
2

gunicorn-flask

Dockerfile for Gunicorn + Flask
Python
28
star
3

python-mocked-service

Example of mocking an external service in Python tests.
Python
21
star
4

short-circuit

Example of the circuit breaker pattern in Python.
Python
12
star
5

python-traceview

Library for providing access to the TraceView API v2
Python
8
star
6

spectrograph

Web Audio API Spectograph
JavaScript
5
star
7

moleskine

A collection of my scribbles for other blogs.
JavaScript
4
star
8

wrapdb

EasyAPI from Angelhack Boston 2012
Ruby
2
star
9

configs

Collection of my personal config files.
Vim Script
2
star
10

hubot-bofh

BOFH excuse generator for Hubot
CoffeeScript
2
star
11

tokenbucket

A Token Bucket implemented in Go (golang)
Go
1
star
12

xork

Wordpress plugin for displaying Weather.gov forecasts.
PHP
1
star
13

halt

Chef cookbook for building my personal development environment.
Ruby
1
star
14

testbox

A repository for testing webhooks.
1
star
15

standup

Notify a HipChat room with your daily status for standup.
Go
1
star
16

kinematics

Kinematic experiments in Go (golang)
Go
1
star
17

trevor

Work it. Build it. Test it. Deploy it.
Shell
1
star
18

hubot-graphite-s3

Proxy Graphite images to an AWS S3 bucket.
CoffeeScript
1
star
19

project-euler

My solutions to Project Euler problems (http://projecteuler.net)
Python
1
star
20

danriti.com

My homepage.
HTML
1
star
21

wrapdb-cli

The WrapDB command line interface and beyond!
Python
1
star
22

operatorerror.org

My blog in Octopress.
JavaScript
1
star
23

tbone-counter-example

TBone example of "live" templating and data dependencies.
JavaScript
1
star
24

fade-to-black

Graceful degradation with the Service Worker
JavaScript
1
star
25

code24

Conquer small, fun software projects in 24 work hours.
1
star
26

rails-github-skeleton

Rails skeleton for managing users with the Github strategy for Omniauth.
Ruby
1
star
27

pagerduty-review

Review your on call rotation in Pagerduty
JavaScript
1
star