Giter VIP home page Giter VIP logo

Comments (3)

michaelsauter avatar michaelsauter commented on June 12, 2024

I see. Two options come to mind:

  • Combine the 2 YAML files into one
  • Upgrade to Crane 3 and make use of Docker networks. There you won't run into those kind of issues.

from crane.

fastinetserver avatar fastinetserver commented on June 12, 2024

Unfortunately, A) is not an option, because mongo host is supposed to be shared among several separate projects.
B) Might take some time to check and adjust all the projects for 3.x

Therefore, i had to:
a) On the mongo host: publish the port of mongo to the internal-ip:
publish: ['172.17.0.1:27017:27017']
b) On the client(dev-secondproject-gunicorn):
add-host: ['mongo:172.17.0.1']

Which might be not elegant enough, but works till the moment i'm brave enough to switch to crane 3.x

Would be great if it was possible to specify extra parameters for run in the .yaml file:
E.g. if i run:
crane run -v dev-secondproject-gunicorn
then just copy paste the output and add --link dev-firstproject-mongo:mongo , it works, but it is not as good and simple as crane run.

from crane.

michaelsauter avatar michaelsauter commented on June 12, 2024

Thanks for writing up your solution! I highly recommend checking out Crane 3, the upgrade path shouldn't be too difficult and it has lots of improvements over Crane 2.

from crane.

Related Issues (20)

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.