Home Business Analyst BA Agile Coach 02 Local development environment with Docker and Docker Compose

02 Local development environment with Docker and Docker Compose

23
0



In this video, we are going to set up a development environment for our Laravel application using Docker Compose.

Relevant links:

– Laravel documentation: https://laravel.com/docs/7.x/deployment#nginx
– Docker Compose installation guide: https://docs.docker.com/compose/install/
– Erika’s awesome tutorial on Containerizing a Laravel application: https://www.digitalocean.com/community/tutorials/how-to-containerize-a-laravel-application-for-development-with-docker-compose-on-ubuntu-18-04
– Official PHP Docker Image: https://hub.docker.com/_/php
– Official Nginx Docker Image: https://hub.docker.com/_/nginx
– Official MySQL Docker Image: https://hub.docker.com/_/mysql
– Official Node Docker Image: https://hub.docker.com/_/node
– Official Redis Docker Image: https://hub.docker.com/_/redis

source

LEAVE A REPLY

Please enter your comment!
Please enter your name here