cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Third party with cachet docker-compose image #334

Closed miquelbarbero closed 5 years ago

miquelbarbero commented 5 years ago

Sorry if I'm asking a fool question.

We're using your docker-compose-image CacheT and we'd like to add some third-party integrations.

How could we manage that?

We should modify your docker-compose image to add those integrations or we could add them in some other way.

Thanks and kind regards

welcome[bot] commented 5 years ago

:wave: Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email support@alt-three.com for our Professional support service (please note, this a paid service.) If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs

djdefi commented 5 years ago

It depends on how the particular integrations integrate. See https://docs.cachethq.io/docs/addons for examples that of integrations via the Cachet API etc.

If you need to run additional containers, you could add them to your docker-compose.yml so they start with the database and app images.

If you need to install additional packages on the Cachet image, you could use this image as a base (FROM cachethq/docker:latest).