An open API service indexing awesome lists of open source software.

https://github.com/maxgfr/docker-compose-express-mongo-postgres

MongoDB, PostgreSQL and Express on Docker (docker-compose)
https://github.com/maxgfr/docker-compose-express-mongo-postgres

db docker docker-compose express mongodb node postgresql

Last synced: about 1 year ago
JSON representation

MongoDB, PostgreSQL and Express on Docker (docker-compose)

Awesome Lists containing this project

README

          

# docker-compose-express-mongo-postgres

This project is an implementation of a stack based on Docker (docker-compose) using MongoDB, PostgreSQL, Express JS (Node.js)

## Building & Running

```
# to build and run it :
docker-compose up --build --force-recreate --renew-anon-volumes
# to stop and delete it :
docker-compose down
```