Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
8.57k stars 423 forks source link

Splitting DB container in docker compose when deploy #187

Open milzamsz opened 4 months ago

milzamsz commented 4 months ago

What problem will this feature address?

i cant use backup feature when DB in same docker compose with app (example: odoo template)

Describe the solution you'd like

Splitting DB container when docker-compose deploy

Describe alternatives you've considered

have backup option in app when DB in same container with app

Additional context

love the app! it very simple and easy UI UX compared to current solutions!

Siumauricio commented 4 months ago

Hi @milzamsz, Thank you for your message.

Thanks for the message, I have been thinking about implementing something more general to handle cron jobs and so on, however I am still not very clear, because backups can be very variable, there are many databases that support backups or ways to do it, one solution that you could use is, use the odoo template and delete the database statement and create a dedicated postgres database and there you would have the support to handle backups or use something duplicati https://duplicati.com/ which is to do backups in different ways and places, this can go in a new template, for now let's leave it open, I'm not clear yet because I want to do something general but not something super dynamic.