Add the vault services (api and worker) and make them avaible in swh-web
Also
-
Move options and arguments of the swh manage command as COMMAND
-
Deploy a djangossettings.py for swh-web that allows to set a dumd asmin password
It should be a matter of either:
docker-compose exec swh-web bash root@183ba8e88fd6:/tmp/swh# python -m swh.web.manage createsuperuser
--settings djangosettings --username admin --email noone@is.inocentor:
docker-compose run swh-web createsuperuser --settings
djangosettings --username admin --email noone@is.inocent
Migrated from D1115 (view on Phabricator)