nlpsandbox / nlpsandbox-infra

AWS CloudFormation templates for deploying the NLP Sandbox infrastructure
Apache License 2.0
0 stars 1 forks source link

Deploy the PHI Deidentifier app using CF template #2

Closed tschaffter closed 3 years ago

tschaffter commented 3 years ago

The PHI Deidentifier app is a React application that is composed of a stack of docker containers.

Deployment procedure:

  1. Get this docker-compose.yml
  2. docker-compose up -d

This stack of Docker container relies on images that have a fixed version number (no latest, edge or nightly tag).

tschaffter commented 3 years ago

Route53 will be added as part of #9