You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-22Lines changed: 28 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@
6
6
7
7
These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose.
8
8
9
-
> **Note:**
10
-
>
9
+
> **Note**
11
10
> 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.
12
11
13
12
<!--lint disable awesome-toc-->
@@ -18,47 +17,54 @@ These samples provide a starting point for how to integrate different services u
18
17
-[Basic setups for different platforms (not production ready - useful for personal use)](#basic-setups-for-different-platforms-not-production-ready---useful-for-personal-use).
19
18
20
19
## Samples of Docker Compose applications with multiple integrated services
20
+
21
+
<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/)
22
+
21
23
-[`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
25
-
with an Nginx proxy and a MySQL database.
27
+
with an Nginx proxy and a MySQL database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
26
28
-[`Go / NGINX / PostgreSQL`](https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres) - Sample Go
27
-
application with an Nginx proxy and a PostgreSQL database.
29
+
application with an Nginx proxy and a PostgreSQL database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
28
30
-[`Java Spark / MySQL`](https://github.com/docker/awesome-compose/tree/master/sparkjava-mysql) - Sample Java application and
29
-
a MySQL database.
30
-
-[`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
31
+
a MySQL database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
32
+
-[`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.
34
+
application with Nginx proxy and a Mongo database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
33
35
-[`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.
34
36
-[`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
35
-
-[`NGINX / Go`](https://github.com/docker/awesome-compose/tree/master/nginx-golang) - Sample Nginx proxy with a Go backend.
37
+
-[`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"/>
36
38
-[`NGINX / WSGI / Flask`](https://github.com/docker/awesome-compose/tree/master/nginx-wsgi-flask) - Sample Nginx reverse proxy with a Flask backend using WSGI.
37
39
-[`PostgreSQL / pgAdmin`](https://github.com/docker/awesome-compose/tree/master/postgresql-pgadmin) - Sample setup for postgreSQL database with pgAdmin web interface
38
-
-[`Python / Flask / Redis`](https://github.com/docker/awesome-compose/tree/master/flask-redis) - Sample Python/Flask and a Redis database
40
+
-[`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"/>
39
41
-[`React / Spring / MySQL`](https://github.com/docker/awesome-compose/tree/master/react-java-mysql) - Sample React
40
-
application with a Spring backend and a MySQL database.
42
+
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.
47
-
-[`React / Nginx`](https://github.com/docker/awesome-compose/tree/master/react-nginx) - Sample React application with Nginx.
48
+
application with a Rust backend and a Postgres database. <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
49
+
-[`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/)
55
+
56
+
-[`Angular`](https://github.com/docker/awesome-compose/tree/master/angular) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
57
+
-[`Spark`](https://github.com/docker/awesome-compose/tree/master/sparkjava) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
58
+
-[`VueJS`](https://github.com/docker/awesome-compose/tree/master/vuejs) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
59
+
-[`Flask`](https://github.com/docker/awesome-compose/tree/master/flask) <imgsrc="icon_devenvs.svg"alt="Use with Docker Dev Environments"height="30"align="top"/>
60
+
-[`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"/>
61
+
-[`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"/>
62
+
-[`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"/>
62
68
## Basic setups for different platforms (not production ready - useful for personal use)
0 commit comments