Sergiy Beduyev

Results 2 issues of Sergiy Beduyev

Hi, It would be nice to add functionality to merge docker compose files. https://docs.docker.com/compose/multiple-compose-files/merge/ # Steps to reproduce Create docker-compose.yaml ``` version: '3.4' services: redis: image: docker.io/redis:7-alpine command: - sh...

enhancement
blocked

Hello, It would be good to add YAML anchors support. # Example ```yaml version: '3.4' services: redis: &redis image: docker.io/redis:7-alpine command: - sh - -c # this is to evaluate...

enhancement
blocked