NGINX samples

Note

Samples compatible with Docker Dev Environments require Docker Desktop version 4.10 or later.

NameDescriptionDocker Dev Environment (if compatible)
Go / NGINX / MySQLopen_in_newA sample Go application with an Nginx proxy and a MySQL database.Open in Docker Dev Environmentopen_in_new
Go / NGINX / PostgreSQLopen_in_newA sample Go application with an Nginx proxy and a PostgreSQL database.Open in Docker Dev Environmentopen_in_new
NGINX / ASP.NET / MySQLopen_in_newA sample Nginx reverse proxy with an C# backend using ASP.NET.Open in Docker Dev Environmentopen_in_new
NGINX / Flask / MongoDBopen_in_newA sample Python/Flask application with Nginx proxy and a Mongo database.Open in Docker Dev Environmentopen_in_new
NGINX / Flask / MySQLopen_in_newA sample Python/Flask application with an Nginx proxy and a MySQL database.
NGINX / Node.js / Redisopen_in_newA sample Node.js application with Nginx proxy and a Redis database.
NGINX / Goopen_in_newA sample Nginx proxy with a Go backend.Open in Docker Dev Environmentopen_in_new
NGINX / WSGI / Flaskopen_in_newA sample Nginx reverse proxy with a Flask backend using WSGI.
React / NGINXopen_in_newA sample React application with Nginx.Open in Docker Dev Environmentopen_in_new
atsea-sample-shop-appopen_in_newA sample app that uses a Java Spring Boot backend connected to a database to display a fictitious art shop with a React front-end.
linux_tweet_appopen_in_newA very simple webapp based on NGINX.

Looking for more samples?

Visit the following GitHub repositories for more Docker samples.

  • Awesome Composeopen_in_new: A curated repository containing over 30 Docker Compose samples. These samples offer a starting point for how to integrate different services using a Compose file.

  • Docker Samplesopen_in_new: A collection of over 30 repositories that offer sample containerized demo applications, tutorials, and labs.