PostgreSQL samples
Note
Samples compatible with Docker Dev Environments require Docker Desktop version 4.10 or later.
Name | Description | Docker Dev Environment (if compatible) |
---|---|---|
Go / NGINX / PostgreSQLopen_in_new | A sample Go application with an Nginx proxy and a PostgreSQL database. | Open in Docker Dev Environmentopen_in_new |
PostgreSQL / pgAdminopen_in_new | A sample setup for postgreSQL database with pgAdmin web interface. | |
React / Rust / PostgreSQLopen_in_new | A sample React application with a Rust backend and a Postgres database. | Open in Docker Dev Environmentopen_in_new |
Spring / PostgreSQLopen_in_new | A sample Java application with Spring framework and a Postgres database. | Open in Docker Dev Environmentopen_in_new |
Nextcloud / PostgreSQLopen_in_new | A sample Nextcloud setup. | |
example-voting-appopen_in_new | A sample Docker Compose app. | |
atsea-sample-shop-appopen_in_new | 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. | |
wordsmithopen_in_new | A demo app that runs three containers, including PostgreSQL, Java, and Go. |
Looking for more samples?
Visit the following GitHub repositories for more Docker samples.
Awesome Composeopen_in_new: A curated repository containing over 30 Docker Compose samples. These samples offer a starting point for how to integrate different services using a Compose file.
Docker Samplesopen_in_new: A collection of over 30 repositories that offer sample containerized demo applications, tutorials, and labs.