espocrm-docker
espocrm-docker copied to clipboard
Official Docker Image for EspoCRM
As discovered in this issue: https://github.com/espocrm/espocrm/issues/2758 In my last 5 instances of deploying `EspoCRM` using the docker implementation,`data/config-internal.php` ended up with `charset` being stored as `NULL` which then broke emojis...
When using docker, either configuring everything manually with a regular setup or when using the install script, websocket is not working. Something seems to be missing from a regular setup...
**Is your feature request related to a problem? Please describe.** I want to deploy EspoCRM in a local kubernetes cluster, but there is no official helm chart. **Describe the solution...
Hello Team, Thanks for packaging this together. I have tried using the docker directly on Kubernetes but its not been working no matter what I do. this is an example...
Per the Docker's [Docker Compose Secrets documentation](https://docs.docker.com/compose/use-secrets/), most Docker containers are starting to support the recommended `_FILE` suffix for sensitive information, allowing Docker Compose to use the more-secure [`secrets` top-level...
While migrating to the Kubernetes installation ( using Helm chart mentioned in #22 ) I faced an issue. When application is in the maintenance mode and new version is being...