Skip to content

Add support for custom Docker Compose settings

Matthias Käppler requested to merge mk-docker-compose-overrides into main

We do this by merging in docker-compose.override.yaml that is git-ignored. This will merge all keys in this file with the default compose settings.|

You can use this for all sorts of things, e.g. to mount a custom volume, override the environment in a container etc.

Merge request reports