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
- Host: GitHub
- URL: https://github.com/adamdicarlo/diff-docker-compose
- Owner: adamdicarlo
- License: mit
- Created: 2017-03-27T23:22:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T23:31:05.000Z (about 9 years ago)
- Last Synced: 2025-10-12T02:04:50.017Z (9 months ago)
- Topics: docker-compose, yaml
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
