Skip to content

Move docker config into docker-compose yaml files

Nick Sellen requested to merge 269-remove-unused-dockerfiles into master

Closes foodsharing-dev/foodsharing/issues0#269

What does this MR do?

Most of the changes to the docker images went into the foodsharing-dev/images repo now, it's better that way as docker-compose will not need to rebuild local images on change (just inc the version).

How confident are you it won't break things if deployed?

Just test/dev change.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Nick Sellen

Merge request reports