savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

docker-compose.yml: stale 'frontend' network #830

Open kousu opened 6 years ago

kousu commented 6 years ago

If you manually spawn into one of the docker containers you get this warning

sfl@juniorroulant:/var/www/sous-chef$ docker-compose exec web bash
WARNING: Some networks were defined but are not used by any service: frontend
#

This is because in docker-compose.yml

...
networks:
  frontend:
  backend:

Removing the frontend: line makes the warning go away.

erozqba commented 6 years ago

@kousu Could you review and test the PR #832? Thanks in advance!

kousu commented 6 years ago

oh sure, of course. I'll take a look today.

On April 7, 2018 11:28:41 PM EDT, Ernesto Rodriguez Ortiz notifications@github.com wrote:

@kousu Could you review and test the PR #832? Thanks in advance!

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/savoirfairelinux/sous-chef/issues/830#issuecomment-379516999

-- kousu

kousu commented 6 years ago

Yes, of course, will do. Sorry, this got lost in my inbox.

7 avril 2018 23:28 "Ernesto Rodriguez Ortiz" a écrit: @kousu (https://github.com/kousu) Could you review and test the PR #832 (https://github.com/savoirfairelinux/sous-chef/pull/832)? Thanks in advance!

You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub (https://github.com/savoirfairelinux/sous-chef/issues/830#issuecomment-379516999), or mute the thread (https://github.com/notifications/unsubscribe-auth/AA8RX7q8GWMuUGWnSKmhyxsy2riP7ws4ks5tmYPpgaJpZM4Sb22O).