fballiano / docker-magento2

Cluster ready Magento2 + Varnish 7 + PHP 8.1 + Redis 6.2 + Elasticsearch 7.17 + SSL
355 stars 164 forks source link

Can create second db for tests #27

Closed mrtuvn closed 5 years ago

mrtuvn commented 5 years ago

Can i have a way for create new db for test example i need creat magento_integration_tests for integration tests db. It's isolate with db magento2 default

fballiano commented 5 years ago

you've the mysql's root password in the docker-compose file, you can directly connect to the container's mysql or using bash to create the db, there's shouldn't be any problem. the database is a "mariadb" default image, no changes made by me.