TBD54566975 / tbdex-pfi-exemplar

4 stars 8 forks source link

Add docker configuration files from fork #46

Closed chris-tbd closed 4 months ago

chris-tbd commented 4 months ago

This pull request primarily focuses on integrating Docker into the project. This includes the addition of Docker-related files, the setup of a Docker workflow on GitHub, and the modification of package.json to include Docker-related scripts.

Docker Integration:

GitHub Workflow:

Package.json Modifications:

chris-tbd commented 4 months ago

@michaelneale right now docker-compose isn't bulletproof because it's not running the db migration scripts, I'm trying to unblock deployment and can manually run those scripts by logging into the cluster. Was talking with @leordev and we'll work on getting those migration scripts in, but until that point this isn't meant for just anyone to use quite yet