Code Monkey home page Code Monkey logo

pact_broker-docker's Introduction

Dockerised Pact Broker

This repository deploys Pact Broker using lightweight containers using Docker.

Prerequisites

  • A running postgres database and the ability to connect to it

Getting Started

  1. Install Docker
  2. Prepare your environment. Setup the pact broker connection to the database through the use of the following environment variables
    • PACT_BROKER_DATABASE_USERNAME
    • PACT_BROKER_DATABASE_PASSWORD
    • PACT_BROKER_DATABASE_HOST
    • PACT_BROKER_DATABASE_NAME
  3. Test the pact broker environment by executing script/test.sh

Notes

  • Use -p 80:80 to start the docker image, as some of the Rack middleware gets confused by receiving requests for other ports and will return a 404 otherwise (port forwarding does not rewrite headers).
  • On OSX, use boot2docker ip to get the IP of the VirtualBox, and connect on port 80.
  • On OSX you need to use 8080 due to boot2docker's virtual box generally not having the right priviliges to start a new process listing to default web port. This doesn't seem to be true/true anymore.
  • Currently, the application makes use of thin, but you can update the Gemfile to use any application server you like.
  • As the native dependencies for a postgres driver are baked into the docker container, you are limited to using postgres as a database.
  • Apart from creating a postgres database no futher prepartion is required.

Publishing to Docker Hub

  1. Login to docker hub from console
docker login

This will prompt for your docker hub credentials and email

  1. Build the docker image for the dius account
docker login
./script/build_and_push.sh #Note: have not tested this yet

pact_broker-docker's People

Contributors

bethesque avatar k-ong avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.