Skip to content

tobbel42/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published