Skip to content

swh-objstorage: Unify production and development start up

Related T1533 Depends on swh-objstorage!129 (closed)

Test Plan

Providing the right docker-compose.override.yml (and repo with patch 1178):

SWH_SERVICE=swh-objstorage; doco up -d $SWH_SERVICE ; doco logs --follow $SWH_SERVICE

In logs, server should start fine. Tamper with the configuration file or the SWH_CONFIG_FILENAME values. This should fail with an explanatory message.


Migrated from D1179 (view on Phabricator)

Merge request reports