File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Blueprint for docker-flask-gunicorn-nginx web application
2+
3+ ![ Example App] ( app_example.jpg?raw=true " Example App ")
4+
25Bootstrap example of a * Flask/Dash* app served via * Gunicorn* and * Nginx* using Docker containers
36
47Guildeline article can be found at https://sladkovm.github.io/webdev/2017/10/16/Deploying-Plotly-Dash-in-a-Docker-Container-on-Digitital-Ocean.html
@@ -23,8 +26,8 @@ It will shut down all container and remove all images
2326## Prominent features:
2427
25281 . Dockerized application orchestrated by docker-compose
26- 2 . Gunicorn as a WSGI and Nginx as a reverse proxy are included as a service
27- 3 . Nginx is configured to serve the static files, e.g. images, css etc.
29+ 2 . Gunicorn as a WSGI and Nginx as a reverse proxy are included as services
30+ 3 . Nginx is configured to serve static files, e.g. images, css etc.
28314 . Example of routing implementation in * Dash* app is shown
29325 . Build process uses * requirements.txt* , but * Pipenv* files are included to ease the development process
30336 . Bootstrap css is included
You can’t perform that action at this time.
0 commit comments