Depending of your Operating system, you will need to install Docker daemon and docker-compose.
- App - php-fpm with Symfony4 framework as a PHP backend service.
- Web - Nginx as web server
To create the images and launch the containers, we just have to run the following command:
$ make build
$ make up
And to check the status of the containers, we have the following command:
$ docker container ps
Your app is now running and you can access your frontend using localhost:8050