build-configs/templates
Oliver Davies 4d034d9ba2 feat: allow for adding extra databases
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
```
2023-04-07 08:40:42 +01:00
..
common feat: add hadolint configuration 2023-04-01 20:27:15 +01:00
drupal-project feat: add "auto-generated" text to templates 2023-03-08 21:13:28 +00:00
node feat: add initial node support 2023-03-12 12:33:33 +00:00
php refactor: move the PHP Dockerfile 2023-03-12 11:11:45 +00:00
web feat: add project_root setting 2023-03-10 22:21:14 +00:00
docker-compose.yaml.twig feat: allow for adding extra databases 2023-04-07 08:40:42 +01:00
env.example.twig feat: add initial node support 2023-03-12 12:33:33 +00:00
extra-databases.sql.twig feat: allow for adding extra databases 2023-04-07 08:40:42 +01:00
justfile.twig feat(fractal): add more justfile recipes 2023-04-01 20:27:15 +01:00