dcmerge/pkg/domain/dockerCompose
Markus Pesch 5dea30fec0
fix(domain): iterate when merging over custom configs
The normal dcmerge did not work, as the check and addition was only
possible if at least one attribute such as service, network or volume
was presentThe normal dcmerge did not work, as the check and addition
was only possible if at least one attribute such as service, network or
volume was present.

The logic was adjusted.

The logic was adjusted.
2023-11-25 18:21:07 +01:00
..
config.go fix(domain): iterate when merging over custom configs 2023-11-25 18:21:07 +01:00
config_test.go feat: support depends_on 2023-11-25 18:21:07 +01:00
equalable.go Initial Commit 2023-07-26 09:57:40 +02:00