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

Add MySQL #21

Merged
merged 39 commits into from
Oct 12, 2021
Merged

Add MySQL #21

merged 39 commits into from
Oct 12, 2021

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 11, 2021

This PR Closes #20 and adds support for MYSQL8.

Connecting

By default MySQL is accessible as root@localhost (passwordless), when running with APP_ENV=development you can also access the MySQL server externally from any IP.

Environment

Following new environment variables have been added:

  • MYSQL_ENABLE=1
    Enable the MySQL service (default)

  • MYSQL_USER=root
    The mysql user (default)

  • MYSQL_VOLUME=/var/lib/mysql
    Location of the persistent data directory (default)

@github-actions github-actions bot added the feature New feature or request label Oct 11, 2021
@johanjanssens johanjanssens merged commit a1108ba into master Oct 12, 2021
@johanjanssens johanjanssens deleted the feature/20-mysql branch October 12, 2021 12:33
johanjanssens added a commit that referenced this pull request Jun 4, 2022
johanjanssens added a commit that referenced this pull request Jun 4, 2022
johanjanssens added a commit that referenced this pull request Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add MySQL
1 participant