movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 55 forks source link

Use locally built bramble in docker setup #140

Closed lucianjon closed 2 years ago

lucianjon commented 2 years ago

I wanted to test out some changes I was making and realised our docker-compose setup only uses already published bramble images. Given this is the quickest way to a working setup I figured it's more useful to build the docker image locally.

Changes

codecov-commenter commented 2 years ago

Codecov Report

Merging #140 (149b254) into main (e365c96) will increase coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
+ Coverage   69.58%   69.61%   +0.03%     
==========================================
  Files          24       24              
  Lines        2630     2630              
==========================================
+ Hits         1830     1831       +1     
+ Misses        669      668       -1     
  Partials      131      131              
Impacted Files Coverage Δ
auth.go 87.42% <0.00%> (+0.62%) :arrow_up:

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 e365c96...149b254. Read the comment docs.