phundament / app

Dockerized Yii2 web application base
http://phundament.com
Other
310 stars 129 forks source link

Use net instead of link #199

Closed sum1190 closed 8 years ago

sum1190 commented 8 years ago

Hi,

Is it possible use net instead of link in Phundament to let container comunicate in docker-compose? I've read that link will be deprecated soon, maybe it will change the way the container are linked to each others?

schmunk42 commented 8 years ago

Yes, I plan to update this.

Here's an example how a Phundament app works with networking and without links (needs to be adjusted a bit for phundament/app)

sum1190 commented 8 years ago

Ok, so I can consider this issue closed. Thank you!

schmunk42 commented 8 years ago

See the commit above for a first draft, but we're having some issues with it (https://github.com/docker/docker/issues/21168).

Would be great if you could give feedback, if you're also having this problem or not.

[edit]

CC: @Quexer69 Branch with all latest changes: https://github.com/phundament/app/tree/feature/prepare-4.3