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:
commit
11c633bc7f
39 changed files with 15883 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue