feat: support compose.override.yaml files in docker-compose script#1397
feat: support compose.override.yaml files in docker-compose script#1397BR-RedEnzian wants to merge 1 commit intomarkshust:release/nextfrom
Conversation
PR Summary
|
|
Hi @BR-RedEnzian, Looks like a nice update, however that is kinda what the Cheers, |
Hi, yes i know the .dev file but my problem is/was, that this file is overwritten whenever used the bin/update script. with the override file, developers have a way to keep their changes for docker compose files even when updating. |
why this feature is useful
if you need to change e.g. ports of one or more services, using a compose.override.yaml file is update save.
in my case, i run my own mariadb server on my machine, so port 3306 is assigned to this server and i cant access the containered version of mariadb with DataGrip.
current behaviour
docker-compose does currently ignore compose.override.yaml files
after the changes
this change will add an override file (if it exists) to the docker compose command.