-
Notifications
You must be signed in to change notification settings - Fork 0
tobbel42/inception
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published