/how-to-dockerize-php-monolith

How to dockerize your PHP Monolith - Fabridinapoli.com

Primary LanguagePHP

How to dockerize your PHP Monolith

How to dockerize your PHP Monolith

Description

Having an old PHP Monolith and you don't know how to dockerize it? Are you still using a virtual machine in your local environment?

Probably this article and this repo could help you!

How it works

  1. Add this line to your /etc/hosts
127.0.0.1   your-great-monolith.com
  1. Run this command:
docker-compose up --build
  1. Open your favourite browser and go to your-great-monolith.com

Blog articles list about "How to dockerize your old php monolith"

and more to come...