When the database is created by default by MariaDB or manually create database test_sh; Mordred will run only one data source randomly.
Example:
- MariaDB with MARIADB_DATABASE=test_sh
version: '3'
services:
mariadb:
image: mariadb:10
container_name: identitiesdb
expose:
- "3306"
ports:
- "3306:3306"
environment:
- MARIADB_ROOT_PASSWORD=changeme
- MARIADB_DATABASE=test_sh
[sortinghat]
database = test_sh
[git]
...
[github]
...
In this case, Mordred will run git or github randomly.
When the database is created by default by MariaDB or manually
create database test_sh;Mordred will run only one data source randomly.Example:
In this case, Mordred will run
gitorgithubrandomly.