docker/services: Fix databases init after recent changes in swh-core
The --dbname
parameter of the swh db init
command now expects a full
postgresql dsn otherwise database connection cannot be established.
We could have removed its use and rely on the configuration file for each service but the database init can fail for some swh modules if more parameters unrelated to postgresql database are present.
Depends on swh-vault!185 (merged)