IT/Software/Virtualization/Containerization/Docker Compose

From msgwiki
Revision as of 19:39, 4 March 2020 by Nathan (talk | contribs) (Created page with "== 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 m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.

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 webserver(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.