kunnoh / nginx-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-flask docker-compose with let's encrypt

Clone and setup environment

git clone https://github.com/kunnoh/nginx-flask.git

got to folder

cd nginx-flask

Operate the system

All commands

% make help
Usage: make [TARGET ...]

help            Show this help menu
compose-stop         Stop docker-compose.yml (might need sudo)
compose-start        Start docker-compose.yml (might need sudo)
compose-start-local  Start docker for local dev (w/o nginx)

Start application

make compose-start

Your web-app should now be running online with HTTPS

Start application locally

make compose-start-local

Your web-app should now be running without nginx.

About

License:MIT License


Languages

Language:Dockerfile 65.6%Language:Makefile 16.5%Language:Shell 9.7%Language:Python 8.2%