Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 345 Bytes

Citation App

Description here

Prerequisites

  • Docker

Getting started

  1. cd to this direcotry
  2. Start all containers docker-compose up -d
  • This will start in the background remove -d to run in forground
  1. View logs docker-compose logs -f
  2. Stop containers docker-compose stop
  3. Remove containers docker-compose down