NGINX 示例
| Name | Description |
|---|---|
| Go / NGINX / MySQL | A sample Go application with an Nginx proxy and a MySQL database. |
| Go / NGINX / PostgreSQL | A sample Go application with an Nginx proxy and a PostgreSQL database. |
| NGINX / ASP.NET / MySQL | A sample Nginx reverse proxy with an C# backend using ASP.NET. |
| NGINX / Flask / MongoDB | A sample Python/Flask application with Nginx proxy and a Mongo database. |
| NGINX / Flask / MySQL | A sample Python/Flask application with an Nginx proxy and a MySQL database. |
| NGINX / Node.js / Redis | A sample Node.js application with Nginx proxy and a Redis database. |
| NGINX / Go | A sample Nginx proxy with a Go backend. |
| NGINX / WSGI / Flask | A sample Nginx reverse proxy with a Flask backend using WSGI. |
| React / NGINX | A sample React application with Nginx. |
| atsea-sample-shop-app | A 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_app | A very simple webapp based on NGINX. |
寻找更多示例?
访问以下GitHub仓库以获取更多Docker示例。
Awesome Compose: 一个精选的仓库,包含超过30个Docker Compose示例。这些示例提供了如何使用Compose文件集成不同服务的起点。
Docker Samples: 一个包含超过30个仓库的集合,提供示例容器化的演示应用程序、教程和实验室。