Using YAML anchors & aliases on docker-compose.yml
One of the most forgotten feature of the YAML files is the usage of templates in order to decrease the copy&paste effect on them. And yes, it’s a feature of YAML files, not from docker. Repeated code is always considered […]