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

https://github.com/edmilson-dk/docker-test

Docker (Compose) with Node.JS testing project
https://github.com/edmilson-dk/docker-test

docker docker-compose nodejs postgresql

Last synced: 3 months ago
JSON representation

Docker (Compose) with Node.JS testing project

Awesome Lists containing this project

README

          

# Docker project with Node.js and PostgreSQL (Docker compose)

## Required

- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
- [Node.js](https://nodejs.org/)
- [Makefile](https://en.wikipedia.org/wiki/Makefile)

## Installation

```bash
npm install
```

## Execute docker-compose

> Using makefile for executing docker-compose

### Docker-compose up

```bash
make up
```

### Docker-compose down

```bash
make down
```

### Docker-compose logs

```bash
make logs
```