An open API service indexing awesome lists of open source software.

https://github.com/adamdicarlo/diff-docker-compose

Diffs two docker-compose.yml files
https://github.com/adamdicarlo/diff-docker-compose

docker-compose yaml

Last synced: about 2 months ago
JSON representation

Diffs two docker-compose.yml files

Awesome Lists containing this project

README

          

# diff-docker-compose

Small utility to diff two `docker-compose.yml` files; useful, for instance, if your
`docker-compose.yml` is based off of a template.

By default, running with no arguments will assume the two yaml files to diff are
`docker-compose.yml.template` and `docker-compose.yml`.

Currently, this only gives a high-level overview of how the files compare to each other.

![Screenshot showing output: services locally removed/disabled, services locally adedd/enabled, and
services locally modified](assets/screenshot1.png)