1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

Merge pull request #35 from jdrouet/react-rust

create a react-rust-postgres example
This commit is contained in:
Guillaume LOURS 2020-03-27 10:22:59 +01:00 committed by GitHub
commit 11c633bc7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 15883 additions and 1 deletions

View file

@ -58,6 +58,8 @@ docker-compose down
application with a Spring backend and a MySQL database
- [`React / Express / MySQL`](react-express-mysql) -- sample React
application with a NodeJS backend and a MySQL database
- [`React / Rust / PostgreSQL`](react-rust-postgres) -- sample React
application with a Rust backend and a Postgres database
- [`Spring / PostgreSQL`](spring-postgres) -- sample Java application
with Spring framework and a Postgres database
@ -67,7 +69,7 @@ docker-compose down
- [`VueJS`](vuejs)
- [`Flask`](flask)
*Basic setups for different plaforms (not production ready - useful for personal use)*
*Basic setups for different plaforms (not production ready - useful for personal use)*
- [`Gitea / PostgreSQL`](gitea-postgres)
- [`Nextcloud / PostgreSQL`](nextcloud-postgres)
- [`Nextcloud / Redis / MariaDB`](nextcloud-redis-mariadb)