mirror of
https://github.com/EdyTheCow/docker-whmcs.git
synced 2026-04-02 02:38:13 +00:00
7e3b57722972d2fdb09f104a2aa802edbd13c6f1
Some checks failed
Build WHMCS PHP-FPM / build (push) Has been cancelled
- Removed old and unused packages - Optimized Dockerfile steps (image is over 100mb smaller now) - Updated PHP version - Optimized whmcs.ini config - Cleaner Dockerfile using a helper to install and configure needed packages - Now using www-data user instead of root
WHMCS Docker Images
These docker images are built and published using Github Actions workflows. You can inspect the workflows themselves in .github/workflows/.
whmcs-php-fpm
This image is built on top of official php-fpm image found on Docker Hub. It takes care of all the dependencies required to run WHMCS, the included dependencies are based on official WHMCS documentation.
whmcs-nginx
This image is built on top of official nginx image found on Docker Hub. It currently only copies over nginx.conf and generates default.conf based on a template.
This allows us to pass variables down to template when container is started. Which makes configuration easier than having to edit the file itself manually.
Description
Dockrized WHMCS running under Traefik proxy! Fully functional and ready for production use.
Readme
370 KiB