mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
Oliver Davies
4d034d9ba2
Allow for declaring extra databases that should be created when the project is first started. This is done by adding an `extra_databases` key to `database`, containing a list of database names. ```yaml database: type: mariadb version: 10 extra_databases: - tinhat - freshcover ``` |
||
---|---|---|
.. | ||
common | ||
drupal-project | ||
node | ||
php | ||
web | ||
docker-compose.yaml.twig | ||
env.example.twig | ||
extra-databases.sql.twig | ||
justfile.twig |