Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 482 Bytes

Example Dockerized App for development

⚠️ Documentation not finished.

Includes

  • Adminer (adminer)
  • Apache (web)
  • MailHog (mailhog)
  • MariaDB (db)

How to use

Available make commands:

  • make start - Starts all the containers, creating them if they don't exist.
  • make start-new -
  • make stop -
  • make destroy -
  • make shell -
  • make open-web -
  • make open-mail - Opens The MailHog interface.
  • make open-db - Opens the Adminer interface.