score-spec / score-compose

Reference implementation for docker-compose target platform support
https://score.dev/
Apache License 2.0
445 stars 40 forks source link

[feature request] mysql resource provisioner #128

Closed astromechza closed 4 months ago

astromechza commented 4 months ago

Mysql is one of the most commonly used databases! Let's support that!

This should be a relative clone of the postgres provisioner, but specific to mysql. For packing reasons, we should also use a single mysql instance which hosts a database per resource.

See https://hub.docker.com/_/mysql for the docker image and various environment variables that can be used.

giesan commented 4 months ago

Hello everyone, I would like to take over this issue, but I have no rights to assign these issues to myself. Can someone with the appropriate rights please do this? Many thanks and best regards Andrej

sujaya-sys commented 4 months ago

@giesan done! Thanks for looking into this one 🙂

giesan commented 4 months ago

@sujaya-sys Thank you.

astromechza commented 4 months ago

Closed in #132