Provision the new postgres router/router-api apps in govuk-docker#658
Draft
catalinailie wants to merge 4 commits intomainfrom
Draft
Provision the new postgres router/router-api apps in govuk-docker#658catalinailie wants to merge 4 commits intomainfrom
catalinailie wants to merge 4 commits intomainfrom
Conversation
2eae0d4 to
48c04e1
Compare
48c04e1 to
7257d53
Compare
7257d53 to
d93133b
Compare
13942e7 to
9d19bdc
Compare
This will allow us to develop the application locally.
Have to directly access the Database with sslmode disabled. Unlike with Mongo, we cannot rely on replica sets so must create the database dynamically on launch (if a database does not exist). This is done in the makefile of Router-Postgres on that tool's branch.
da4cedb to
0b28e14
Compare
We no longer need this compose path as the Postgres version of Router is no longer a standalone fork/app but a branch of the original.
0b28e14 to
c4c0c10
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Get the new Router/Router API applications running in govuk-docker.
This will allow us to develop the new applications locally.
Trello card: https://trello.com/c/nQcpWnD5/1788-provision-new-apps-in-govuk-docker-for-prouter-and-prouter-api