CDLUC3 / dmsp_rails_prototype

Prototype DMSP Rails7 API app
0 stars 0 forks source link

Dockerize the Rails app #1

Closed briri closed 7 months ago

briri commented 8 months ago

We need to define a Docker environment so that this repo can be run within a container to accompany the dmsp_ui_prototype app on developer machine's.

We also need to define the build spec.yaml and a Docker environment for the app to Run within the AWS stack.

The developer env one should use docker-compose and include and RDS instance and a local DynamoDB

briri commented 7 months ago

The Docker env is working for both local development and within the AWS ECS cluster.

Still need to figure out:

briri commented 7 months ago

This is all set. Image is working both locally and within the AWS Margate Cluster