- Webserver nginx 1.19
- PHP ^8.0 (Buster)
- Checkout the repository
- Run
cp .env.dev .env
- Run
make run
- Navigate to
localhost:8000
The Makefile provides few convenient and useful commands:
make rebuild
: Clean and Rebuild the containersmake build
: Build the containersmake run
: Run the containers in listening modemake run-d
: Run the containers in backgroundmake stop
: Stop the execution of the containersmake clean
: Down all the containers, remove orphans and volumesmake logs
: Listen logs on all the containersmake status
: Show the status of the containersmake shell
: Run an interactive shell with the php container