coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
33.5k stars 1.82k forks source link

[Task]: How to deploy applications like listmonk #1018

Closed nidhin077 closed 1 year ago

nidhin077 commented 1 year ago

Is there an existing issue for this?

SubTasks

How can we host an application like listmonk in coolify, because a temporary docker run is required to populate the data to the database. The docker up command like this docker-compose up -d listmonk-db && \ docker-compose run --rm listmonk-app ./listmonk --install && \ docker-compose up -d listmonk-app https://github.com/knadh/listmonk Please assist me if you have any information on this.

andrasbacsai commented 1 year ago

I'm closing this issue, because tracking features will be moved to GitHub discussions. Github issues will be only for bugs.

Version 4 is in full focus. v3 related issues will be closed, if it is not a critical bug.

Thanks for your understanding.