Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 468 Bytes

review.md

File metadata and controls

27 lines (18 loc) · 468 Bytes

Review Environment

For a review environment...

Build and Run the App

Set the Environment variables

$ export NODE_ENV=development
$ export REACT_APP_MOVIES_SERVICE_URL=http://localhost:3001
$ export REACT_APP_USERS_SERVICE_URL=http://localhost:3000

Fire up the Containers

Build the images:

$ docker-compose -f docker-compose-review.yml build

Run the containers:

$ docker-compose -f docker-compose-review.yml up -d