Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/you54f/pact-broker-render
Pact Broker hosted on Render with PostGres & BasicAuth
https://github.com/you54f/pact-broker-render
free-tier pact pact-broker pactbroker postgres render template
Last synced: 14 days ago
JSON representation
Pact Broker hosted on Render with PostGres & BasicAuth
- Host: GitHub
- URL: https://github.com/you54f/pact-broker-render
- Owner: YOU54F
- License: mit
- Created: 2019-03-24T20:44:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T21:24:19.000Z (over 1 year ago)
- Last Synced: 2024-10-11T22:55:14.248Z (about 1 month ago)
- Topics: free-tier, pact, pact-broker, pactbroker, postgres, render, template
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pact-broker-render
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/YOU54F/pact-broker-heroku)
# Example of Pact Broker configuration on Render with basic authentication
Pre Requisities
- Render account https://render.com/
## Setup with Render
1. Click the deploy to render button
2. Set up postgres database https://render.com/docs/databases#creating-a-database
3. Grab the connection string https://render.com/docs/databases#connecting-from-outside-render
4. Configure environment variables https://render.com/docs/configure-environment-variables
1. DATABASE_URL
2. PACT_BROKER_USERNAME
3. PACT_BROKER_PASSWORD
5. Select `Manual Deploy` in Render, and then select 'Clear build cache and deploy`Your Pact Broker instance is now available!