Create top-level README.

This commit is contained in:
2024-08-13 09:09:31 -05:00
parent 0f62d5270c
commit 4a9d3dab5c
3 changed files with 85 additions and 28 deletions

View File

@ -2,10 +2,12 @@
## System Components
* DNS - hosted on GoDaddy
* API Server - hosted on the `ortis` ECS cluster at JDB Software
* DNS - managed by AWS
* API Server - hosted on `sobeck.jdb-software.com`
* API Loadbalancer - using the main load balancer for JDB Software
* Web App - Served by CloudFront from an S3 bucket managed by JDB Software
* Certificates - Manually created and validated for \*.HFF.com
* Notion Integration - defined in Notion, token provided via AWS secrets
manager to the API instance running on the ortis cluster.
* Notion Integration - defined in Notion, token provided via the environment
specific config files at `/etc/hff_entry_forms/{dev,prod}.env` and passed
into the docker container at runtime ad defined in the SystemD service file
(see `api/hff_entry_forms_api.service`)