Since Bitnami’s SuiteCRM image got moved to the frozen bitnamilegacy registry, here’s an actively maintained alternative I found: LibreCodeCoop/suitecrm-docker.
-
Tracks SuiteCRM 8 image on GHCR (
ghcr.io/librecodecoop/suitecrm-docker/suite-crm:latest) -
Separate
php,mysql,messenger,schedulerservices -
Required secrets enforced via
.env, no hardcoded passwords
Heads-up: default memory_limit is 128M, SuiteCRM’s installer needs 256M+. Mount a custom ini to fix it permanently:
Probably hasn’t come up here before because the whole thing is in Portuguese (LibreCode is a Brazilian coop). Browser auto-translate works fine for reading it.
I’ve been running it locally for a few days now, testing it in parallel against jontitmus-code/SuiteCRM8_docker (the other actively-referenced community option) for comparison. Install went through cleanly on both once the PHP memory limit was sorted.
Happy to share more details if anyone’s weighing the two.