/reactorco

Primary LanguageJavaScript

Using Docker Compose 🚢

Before Anything

Make sure you have docker and docker-compose installed on your computer

Follow this guide to get docker installed

Follow this guide to get docker-compose installed

Starting compose

# install dependencies
$ npm run install

# start compose
$ docker-compose up -d

Watching the application logs

# watching logs
$ docker logs veet -f

Stoping compose

# development
$ docker-compose down