- Php-fpm container
- Nginx container
- Database container
- Cli container
Actually the continer is built from ubuntu image. During up process the continer is installing nginx into itself and exposing the ports 80 and 443. The container have the basic auth configured already. You can find the .htaccess file in the context of the nginx, feel free to add other users to .htaccess file, and remove the existing record before usage.
The container if built from Mysql image. Container generic mysql image exposing default 3306 port
Prequisitories- Have docker-compose installed
- Free ports: 80, 443, 3306, 9000