Skip to content

Tidy up some configuration and compose files

Adam Coldrick requested to merge sotk/misc/config-cleanup into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

No code change.

Description

This MR tidies up the repository root a little. It moves some tool config into pyproject.toml to move towards standardizing on that as a config location. It also moves most of the compose files we have in the repository root into the docker-compose-examples directory, leaving just the standard docker-compose.yml in the root. Finally, it removes an unnecessary unit tests dockerfile and compose file, which were apparently totally unused since they're broken and have been for a long time.

Merge request reports