prod-environment-php71 is a dockerized production environment for OrangeHRM. This dev environment mainly contains three containers as follows,
- web container (PHP 7.1)
- MySQL container (MariaDB 10.2)
- phpmyadmin container
Configuration of each layer has been added according to the OrangeHRM requirements.
- Download the zip
- Extract the downloaded zip file
- run
docker-compose up -d
- this will up web, phpmyadmin and database containers
- Custom configurations can be added through the docker-compose file.