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 a docker-compose.yml for services #4380

Merged
merged 1 commit into from
Feb 17, 2017
Merged

Add a docker-compose.yml for services #4380

merged 1 commit into from
Feb 17, 2017

Conversation

nickstenning
Copy link
Contributor

While running the h development server itself inside Docker using Compose is a bit fiddly and possibly not what we want to do, using Compose to coordinate the backing services seems to be straightforward and helpful.

Add a docker-compose.yml which configures the Postgres, Elasticsearch, and RabbitMQ containers, and update the dev documentation to use it.

While running the h development server itself inside Docker using
Compose is a bit fiddly and possibly not what we want to do, using
Compose to coordinate the backing services seems to be straightforward
and helpful.

Add a docker-compose.yml which configures the Postgres, Elasticsearch,
and RabbitMQ containers, and update the dev documentation to use it.
@codecov-io
Copy link

codecov-io commented Feb 17, 2017

Codecov Report

Merging #4380 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #4380   +/-   ##
======================================
  Coverage    94.2%   94.2%           
======================================
  Files         315     315           
  Lines       17847   17847           
  Branches     1057    1057           
======================================
  Hits        16812   16812           
+ Misses        936     933    -3     
- Partials       99     102    +3
Impacted Files Coverage Δ
h/stats.py 83.33% <ø> (ø)
h/session.py 91.83% <ø> (ø)
src/memex/search/init.py 38.88% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98887b2...8f65fc4. Read the comment docs.

Copy link
Contributor

@dhwthompson dhwthompson left a comment

Choose a reason for hiding this comment

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

Yup: cool. I had a run through this and it works nicely. Much less copying and pasting of long docker commands. 👍

@nickstenning nickstenning merged commit 749136c into master Feb 17, 2017
@nickstenning nickstenning deleted the docker-compose branch February 17, 2017 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants