Skip to content

leberber/dash-ssl-gunicorn-nginx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy a dash app with nginx/gunicorn over HTTS using docker

1. Get a free Certificates

sudo certbot certonly --standalone -d example.com -d www.example.com

2. Clone This repo

git clone https://github.com/leberber/dash-ssl-gunicorn-docker.git

3. Edits to docker-compose file

Please provide the correct path to the ssl key in the docker-compose file

3. Edits to nginx.conf

substitute the domain name with your domain name in the nginx.conf file

5. run the app

The below is going to run 3 containers

docker-compose up --scale app=3 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published