These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose.
These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose.
> **Note:**
> **Note**
>
> The following samples are intended for use in local development environments such as project setups, tinkering with software stacks, etc. These samples must not be deployed in production environments.
> The following samples are intended for use in local development environments such as project setups, tinkering with software stacks, etc. These samples must not be deployed in production environments.
<!--lint disable awesome-toc-->
<!--lint disable awesome-toc-->
@ -18,47 +17,54 @@ These samples provide a starting point for how to integrate different services u
- [Basic setups for different platforms (not production ready - useful for personal use)](#basic-setups-for-different-platforms-not-production-ready---useful-for-personal-use).
- [Basic setups for different platforms (not production ready - useful for personal use)](#basic-setups-for-different-platforms-not-production-ready---useful-for-personal-use).
## Samples of Docker Compose applications with multiple integrated services
## Samples of Docker Compose applications with multiple integrated services
<imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/> Icon indicates Sample is compatible with [Docker Dev Environments](https://docs.docker.com/desktop/dev-environments/)
- [`ASP.NET / MS-SQL`](https://github.com/docker/awesome-compose/tree/master/aspnet-mssql) - Sample ASP.NET core application
- [`ASP.NET / MS-SQL`](https://github.com/docker/awesome-compose/tree/master/aspnet-mssql) - Sample ASP.NET core application
- [`Go / NGINX / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql) - Sample Go application
- [`Go / NGINX / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql) - Sample Go application
with an Nginx proxy and a MySQL database.
with an Nginx proxy and a MySQL database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`Go / NGINX / PostgreSQL`](https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres) - Sample Go
- [`Go / NGINX / PostgreSQL`](https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres) - Sample Go
application with an Nginx proxy and a PostgreSQL database.
application with an Nginx proxy and a PostgreSQL database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`Java Spark / MySQL`](https://github.com/docker/awesome-compose/tree/master/sparkjava-mysql) - Sample Java application and
- [`Java Spark / MySQL`](https://github.com/docker/awesome-compose/tree/master/sparkjava-mysql) - Sample Java application and
a MySQL database.
a MySQL database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`NGINX / ASP.NET / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-aspnet-mysql) - Sample Nginx reverse proxy with an C# backend using ASP.NET
- [`NGINX / ASP.NET / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-aspnet-mysql) - Sample Nginx reverse proxy with an C# backend using ASP.NET <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
application with Nginx proxy and a Mongo database.
application with Nginx proxy and a Mongo database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`NGINX / Flask / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mysql) - Sample Python/Flask application with an Nginx proxy and a MySQL database.
- [`NGINX / Flask / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mysql) - Sample Python/Flask application with an Nginx proxy and a MySQL database.
- [`NGINX / Node.js / Redis`](https://github.com/docker/awesome-compose/tree/master/nginx-nodejs-redis) - Sample Node.js application with Nginx proxy and a Redis database
- [`NGINX / Node.js / Redis`](https://github.com/docker/awesome-compose/tree/master/nginx-nodejs-redis) - Sample Node.js application with Nginx proxy and a Redis database
- [`NGINX / Go`](https://github.com/docker/awesome-compose/tree/master/nginx-golang) - Sample Nginx proxy with a Go backend.
- [`NGINX / Go`](https://github.com/docker/awesome-compose/tree/master/nginx-golang) - Sample Nginx proxy with a Go backend. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`NGINX / WSGI / Flask`](https://github.com/docker/awesome-compose/tree/master/nginx-wsgi-flask) - Sample Nginx reverse proxy with a Flask backend using WSGI.
- [`NGINX / WSGI / Flask`](https://github.com/docker/awesome-compose/tree/master/nginx-wsgi-flask) - Sample Nginx reverse proxy with a Flask backend using WSGI.
- [`PostgreSQL / pgAdmin`](https://github.com/docker/awesome-compose/tree/master/postgresql-pgadmin) - Sample setup for postgreSQL database with pgAdmin web interface
- [`PostgreSQL / pgAdmin`](https://github.com/docker/awesome-compose/tree/master/postgresql-pgadmin) - Sample setup for postgreSQL database with pgAdmin web interface
- [`Python / Flask / Redis`](https://github.com/docker/awesome-compose/tree/master/flask-redis) - Sample Python/Flask and a Redis database
- [`Python / Flask / Redis`](https://github.com/docker/awesome-compose/tree/master/flask-redis) - Sample Python/Flask and a Redis database <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`React / Spring / MySQL`](https://github.com/docker/awesome-compose/tree/master/react-java-mysql) - Sample React
- [`React / Spring / MySQL`](https://github.com/docker/awesome-compose/tree/master/react-java-mysql) - Sample React
application with a Spring backend and a MySQL database.
application with a Spring backend and a MySQL database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
application with a Rust backend and a Postgres database.
application with a Rust backend and a Postgres database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`React / Nginx`](https://github.com/docker/awesome-compose/tree/master/react-nginx) - Sample React application with Nginx.
- [`React / Nginx`](https://github.com/docker/awesome-compose/tree/master/react-nginx) - Sample React application with Nginx. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
<imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/> Icon indicates Sample is compatible with [Docker Dev Environments](https://docs.docker.com/desktop/dev-environments/)
- [`Angular`](https://github.com/docker/awesome-compose/tree/master/angular) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`Spark`](https://github.com/docker/awesome-compose/tree/master/sparkjava) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`VueJS`](https://github.com/docker/awesome-compose/tree/master/vuejs) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`Flask`](https://github.com/docker/awesome-compose/tree/master/flask) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`PHP`](https://github.com/docker/awesome-compose/tree/master/apache-php) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`Traefik`](https://github.com/docker/awesome-compose/tree/master/traefik-golang) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`Django`](https://github.com/docker/awesome-compose/tree/master/django) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
- [`FastAPI`](https://github.com/docker/awesome-compose/tree/master/fastapi) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
## Basic setups for different platforms (not production ready - useful for personal use)
## Basic setups for different platforms (not production ready - useful for personal use)