ashb commented on a change in pull request #4898: [AIRFLOW-XXXX] how to setup
simple test env with mysql
URL: https://github.com/apache/airflow/pull/4898#discussion_r270929206
##########
File path: scripts/ci/docker-compose.yml
##########
@@ -22,6 +22,7 @@ services:
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=true
- MYSQL_ROOT_HOST=%
+ - MYSQL_DATABASE=airflow
Review comment:
With this change we now don't need the 5-setup-mysql-env.sh (or what ever
that file is called) I don't think.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services