School 42 Project. Set up a small infrastructure composed of WordPress with LEMP Stack (Nginx, MariaDB and PHP) using Docker / Docker-Compose under specific rules (see Subject.pdf
).
- MariaDB
- WordPress
- Nginx
-
Build the images and deploy the infrastructure:
$ make
-
Stop and remove containers, remove images, volumes and network:
$ make clean