Skip to content

Commit d3a4c97

Browse files
committed
example image
1 parent 1ff2f26 commit d3a4c97

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Blueprint for docker-flask-gunicorn-nginx web application
2+
3+
![Example App](app_example.jpg?raw=true "Example App")
4+
25
Bootstrap example of a *Flask/Dash* app served via *Gunicorn* and *Nginx* using Docker containers
36

47
Guildeline 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

2528
1. 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.
2831
4. Example of routing implementation in *Dash* app is shown
2932
5. Build process uses *requirements.txt*, but *Pipenv* files are included to ease the development process
3033
6. Bootstrap css is included

app_example.jpg

55.5 KB
Loading

0 commit comments

Comments
 (0)