Inception is a DevOps project that sets up a multi-container infrastructure using Docker and Docker Compose
- Containerized setup using Docker Compose
- NGINX with TLS (self-signed certificate)
- WordPress with PHP-FPM
- MariaDB database
- Redis caching service
- FTP server for file management
- Portainer for Docker management via web UI
- Adminer for database management
- Persistent volumes for data (database, WordPress files, Redis, FTP)
- Network isolation for better security