2 Commits

Author SHA1 Message Date
Thomas Eizinger
cf837c5087 ci: fix build context for relay container (#10426)
The build context is taken relative from where the file is defined,
meaning we first need to navigate to directories up.
2025-09-23 04:01:55 +00:00
Thomas Eizinger
e2dce710f1 refactor: tidy up docker-compose.yml (#10334)
Our `docker-compose.yml` file has grown to a degree where it is almost
unmanageable. Docker compose offers several tools to deal with complex
compose setups, like include files and yaml anchors.

We refactor our setup using these tools to organise these services and
their configuration a bit better.
2025-09-15 03:37:39 +00:00