Skip to content

Docker-based system - deployed multiple containers (Nginx, WordPress, MariaDB) with custom configuration. Strengthened skills in containerization, system orchestration, and DevOps fundamentals.

CodingOnBush/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Inception

๐Ÿ“š What we learned in this project

  • Designing and deploying a containerized system with Docker
  • Setting up and connecting multiple services (Nginx, WordPress, MariaDB)
  • Writing Dockerfiles and managing docker-compose workflows
  • Understanding networking, volumes, and persistent data in containers
  • Practicing DevOps concepts and collaborative debugging in infrastructure projects

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout nginx/ssl/nginx.key -out nginx/ssl/nginx.crt
excute this command to generate ssl certificate and key for nginx server. Store the key and certificate in the nginx/ssl folder.

About

Docker-based system - deployed multiple containers (Nginx, WordPress, MariaDB) with custom configuration. Strengthened skills in containerization, system orchestration, and DevOps fundamentals.

Resources

Stars

Watchers

Forks