Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 657 Bytes

File metadata and controls

14 lines (10 loc) · 657 Bytes

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.