IT/Software/Virtualization/Containerization/Docker Compose

From msgwiki
Revision as of 19:40, 4 March 2020 by Nathan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

Docker Compose was created to make building multi-container apps easier and faster to put together.

Example

  • Apps such as WordPress and MediaWiki require 3 main components to run, the web-server(nginx), the PHP handler, and a database(MySQL).
  • Here is an example docker-compose.yml config file on Pastebin because the wiki isn't set up to do code highlighting.
  • https://pastebin.com/L1Awjdwd