Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 931 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 931 Bytes

Graphelier

CircleCI

Displays detailed exchange order book contents

Running the Application

docker-compose build
docker-compose up

Running the Application in a Production Environment

docker-compose -f docker-compose.yml -f docker-compose.prod.yml build
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up

Application URL

http://18.218.121.174/

README