Skip to content

Add EspoCRM, provided by the official team#8658

Open
tmachyshyn wants to merge 5 commits intocoollabsio:nextfrom
tmachyshyn:espocrm
Open

Add EspoCRM, provided by the official team#8658
tmachyshyn wants to merge 5 commits intocoollabsio:nextfrom
tmachyshyn:espocrm

Conversation

@tmachyshyn
Copy link

Changes

Thank you for building such a great open-source platform.

We are the official maintainers of EspoCRM and have prepared the necessary service configuration to add it to Coolify.

The setup uses the official EspoCRM docker image and MariaDB as the database.

Issues

  • Adding a new service to Coolify.

Category

  • Bug fix
  • Improvement
  • New feature
  • Adding new one click service
  • Fixing or updating existing one click service

Preview

espocrm-app

AI Assistance

  • AI was NOT used to create this PR
  • AI was used (please describe below)

If AI was used:

  • Tools used:
  • How extensively:

Testing

Tested on AWS.

Contributor Agreement

Important

  • I have read and understood the contributor guidelines. If I have failed to follow any guideline, I understand that this PR may be closed without review.
  • I have searched existing issues and pull requests (including closed ones) to ensure this isn't a duplicate.
  • I have tested all the changes thoroughly with a local development instance of Coolify and I am confident that they will work as expected when a maintainer tests them.

@ShadowArcanist ShadowArcanist changed the base branch from v4.x to next February 28, 2026 02:04
@ShadowArcanist ShadowArcanist mentioned this pull request Mar 13, 2026
10 tasks

services:
espocrm:
image: espocrm/espocrm:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please pin to a static version rather than 'latest' to prevent the template from breaking due to upstream changes.

condition: service_healthy

espocrm-daemon:
image: espocrm/espocrm:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please pin to a static version rather than 'latest' to prevent the template from breaking due to upstream changes.

condition: service_healthy

espocrm-websocket:
image: espocrm/espocrm:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please pin to a static version rather than 'latest' to prevent the template from breaking due to upstream changes.

condition: service_healthy

espocrm-db:
image: mariadb:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please pin to a static version rather than 'latest' to prevent the template from breaking due to upstream changes.

@ShadowArcanist ShadowArcanist added ⚙️ Service Issues requesting or PRs adding/fixing service templates. 💤 Waiting for changes PRs awaiting changes from the author. labels Mar 13, 2026
@github-actions
Copy link
Contributor

Hi @tmachyshyn! 👋

It appears to us that you are either adding a new service or making changes to an existing one.
We kindly ask you to also review and update the Coolify Documentation to include this new service or it's new configuration needs.
This will help ensure that our documentation remains accurate and up-to-date for all users.

Coolify Docs Repository: https://github.com/coollabsio/coolify-docs
How to Contribute a new Service to the Docs: https://coolify.io/docs/get-started/contribute/service#adding-a-new-service-template-to-the-coolify-documentation

@ShadowArcanist ShadowArcanist added the 📑 Waiting for Docs PR PRs that need to have a mirrored PR to the Coolify Docs before being merged. label Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

quality/verified ⚙️ Service Issues requesting or PRs adding/fixing service templates. 💤 Waiting for changes PRs awaiting changes from the author. 📑 Waiting for Docs PR PRs that need to have a mirrored PR to the Coolify Docs before being merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants