EdyTheCow cd33c840f6 Overhaul nginx image, add automated download of whmcs files
- Optimized and cleaned up image and configs
- Added a fetch script to download WHMCS files using their public API (this script only runs when container is started, the image itself does not include WHMCS files due EULA)
2025-10-06 18:17:19 +02:00
2025-10-05 22:59:48 +02:00
2025-10-03 12:54:22 +02:00

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 373 KiB