pingcap / tidb-docker-compose

Apache License 2.0
351 stars 155 forks source link

[Proposal] Support docker-compose option for production #110

Open Anutrix opened 2 years ago

Anutrix commented 2 years ago

I was looking for a NewSQL DB that is fully compatible with MySQL. TiDB checks all our requirements and is almost perfect for our project. The only problem is that two of our project goals are To make the full deployment:

Hence, we plan to do it fully via a docker-compose so that assuming containerd+compose is installed fine, it works with a simple docker-compose up -d while providing isolation from host system.

Our project is long term and has just begun planning phase so it's gonna be fine if we have wait for it to happen but just wanted to know are there any plans/goals for tidb-docker-compose to start working towards production, either in near(1 year) or far(5 years) future.

bartmika commented 1 year ago

Hello devs! I'd just like to say I have a similar situation as @Anutrix.

Thanks!

drmweyers commented 1 year ago

Hi, Yes, same issue/situation as above Devs. Thanks, M