Docker development#
working with docker locally:
docker compose upto build the first time and run a local image with the settings insecrets/orchestration.yamlTo modify/pass additional command line args, use
docker compose run auto-archiver --config secrets/orchestration.yaml [OTHER ARGUMENTS]To rebuild after code changes, just pass the
--buildflag, e.g.docker compose up --build