dokku / dokku-mariadb

a mariadb plugin for dokku
MIT License
73 stars 26 forks source link

Consider having single-instance mode #68

Closed webknjaz closed 6 years ago

webknjaz commented 6 years ago

Hi,

I need to have ability of running a single db process instead of spawning per-app db containers. Smth like these:

Is it hard to implement?

josegonzalez commented 6 years ago

This is planned: https://github.com/dokku/dokku-redis/issues/64

webknjaz commented 6 years ago

@josegonzalez thanks for the prompt reply.

Still the question was "is it hard to implement?"

I could try crafting a PR if you point me a direction.

josegonzalez commented 6 years ago

It's not hard, just there are lots of moving parts, as mentioned in the issue, and you'll need to be cognizant of that.