News

This project provides a Dockerized environment for a Laravel application. It includes configurations for Nginx, PHP, and MySQL, allowing for easy setup and deployment. The MySQL database is set up in ...
PHP-FPM 8.1+ (extensions for Laravel, CodeIgniter, etc.) Nginx 1.28 (local HTTP/HTTPS); MySQL 8.0 and PostgreSQL 16 (choose one or both); phpMyAdmin and pgAdmin (visual database management); Xdebug ...
Docker is a hot topic for software developers and it is in trend. It is an amazing tool for moving applications and for setting up a new environment. So in this article, I will let you know how to ...
Note: The PostgreSQL Docker image does not come with an editor, and I had to install an editor (vim) in the image by entering: apt-get update apt-get install vim I made the script (PostQuery01.sh) ...