Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#56 Changes to run mysql #58

Merged
merged 3 commits into from
Dec 30, 2024
Merged

#56 Changes to run mysql #58

merged 3 commits into from
Dec 30, 2024

Conversation

orousseau49170
Copy link
Contributor

New version of mysql + activation of database service

Description

Please provide a meaningful description of what this change will do, or is for.
Bonus points for including links to related issues, other PRs, or technical
references.

Note that by not including a description, you are asking reviewers to do extra
work to understand the context of this change, which may lead to your PR taking
much longer to review, or result in it not being reviewed at all.

Type of Change

  • [X ] Bugfix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

New version of mysql + activation of database service
@orousseau49170 orousseau49170 requested a review from a team as a code owner December 19, 2024 14:10
@orousseau49170 orousseau49170 linked an issue Dec 19, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@svrnm svrnm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I provided some feedback :-)

examples/docker-compose.yml Outdated Show resolved Hide resolved
examples/docker-compose.yml Outdated Show resolved Hide resolved
src/databases/mysql/Dockerfile Show resolved Hide resolved
@noMoreCLI
Copy link
Contributor

noMoreCLI commented Dec 20, 2024 via email

@noMoreCLI
Copy link
Contributor

noMoreCLI commented Dec 20, 2024 via email

Parameters defined in loader.json
@svrnm
Copy link
Member

svrnm commented Dec 20, 2024

I think we should make the passwords configurable anyway. So that you can pass non default passwords to an app service and db‘s.

Yes, we should do that, but not sure if this is something we want to fix right now or later, because this should so be driven through the config file, so the config for a database should have something like

{
  rootPassword: "XYZ"
}

and then we add a script to /docker-entrypoint-initdb.d/ that reads the config and applies that change as well on container initalization.

@svrnm
Copy link
Member

svrnm commented Dec 20, 2024

lgtm, thanks @orousseau49170 !

@svrnm svrnm merged commit a1fbb93 into main Dec 30, 2024
0 of 2 checks passed
noMoreCLI pushed a commit that referenced this pull request Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Service mysql does not start
3 participants