Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MongoDB and Mongo Express to Docker Compose #38

Merged
merged 2 commits into from
Jul 21, 2023
Merged

Conversation

rblaine95
Copy link
Collaborator

@rblaine95 rblaine95 commented Jul 21, 2023

  • Add mongo and mongo-express to Docker Compose
  • Add URL and PORT environment variables to Dockerfile

Unfortunately, Tilt current does not respect depends_on config in Docker Compose

So, if you're using Tilt, you may need to keep an eye on the startup logs of Mongo Express and (soon™) the SSI Trust Registry and click the restart button if they have issues connecting to MongoDB

@rblaine95 rblaine95 added the enhancement New feature or request label Jul 21, 2023
@rblaine95 rblaine95 requested a review from jakubkoci July 21, 2023 09:39
@rblaine95 rblaine95 self-assigned this Jul 21, 2023
Just being a little ahead of the curve by adding a Postgres container to
the docker compose

Postgres Health Check

* Add health check for Postgres
* Make SSI Trust Registry depend on Postgres being healthy

Add PGAdmin to Docker Compose

* Add PGAdmin for Web UI administration of Postgres
@rblaine95 rblaine95 force-pushed the postgres-docker branch 2 times, most recently from 9093447 to f53cb0f Compare July 21, 2023 09:40
* Add URL and Port env vars to Dockerfile
* Use MongoDB 6.0 because 7.0 isn't quite ready yet
* https://endoflife.date/mongodb
Copy link
Collaborator

@jakubkoci jakubkoci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great addition 👍 I'm already preparing the impl with Mongo here #39

@rblaine95 rblaine95 merged commit 4197c99 into main Jul 21, 2023
@rblaine95 rblaine95 deleted the postgres-docker branch July 21, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants