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

Remove deprecated links, use compose default network #46

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

kwerey
Copy link
Contributor

@kwerey kwerey commented Feb 23, 2018

Hey @raphink - I pinged you a couple days ago about using docker links vs networks. I'd actually not looked at the repo's compose file, just read the instructions in the readme and then adjusted them to fit.

Since the compose file is already v3, using networks instead of links pretty much means removing the 'link' syntax - docker-compose sets up a default app network and sticks all containers in a single compose file on that network, so they get connectivity out the box. This PR does that, with the caveat I don't have an oauth provider handy to test the proxy piece on so didn't tested that forwards correctly without a link set up.

The http://terraboard:8080/terraboard/ syntax remains the same without links in place though, so it probably does.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 21.241% when pulling 0febc33 on kwerey:docker-setup into 1a07a70 on camptocamp:master.

Copy link
Contributor

@raphink raphink left a comment

Choose a reason for hiding this comment

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

LGTM, thank you

@raphink raphink merged commit 2b5b4b3 into camptocamp:master Feb 23, 2018
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