Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 779 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 779 Bytes

Inception

Description


The task of the Project was to set up a LEMP-stack using Docker and Docker compose.
A LEMP-stack consists of a NGINX(E)-Server, a MySQL(M)-Database and a PHP service(P), all run on a Linux.

For this project I had to run each service (NGINX, Wordpress and MariaDB in this case) in its own container. The containers are connected via a docker-network and the NGINX server serves as the only entry point from outside. To make the data persist, the containers have different docker volumes mounted.

Credentials are supplied using the .env file, which was required to be in the git repository for this project
Note: this is a **HUGE SECURITY LEAK** in any real-live-application

project_sketch