Broaden your system administration skills by working with Docker. In this project, you'll set up a complete infrastructure using Docker Compose, creating and managing multiple containerized services including NGINX with SSL/TLS, WordPress with php-fpm, and MariaDB. You'll gain hands-on experience with containerization, networking, volume management, and secure web service deployment within your own personal virtual machine.
| srcs | ||
| .envrc | ||
| .gitignore | ||
| flake.nix | ||
| Makefile | ||
| README.md | ||
Usefull links
(Docker)[https://docs.docker.com/reference/] (MariaDB)[https://mariadb.com/kb/en/creating-a-custom-container-image/] (Nginx)[https://nginx.org/en/docs/beginners_guide.html]