docker-compose-viz icon indicating copy to clipboard operation
docker-compose-viz copied to clipboard

Docker compose graph visualization

Results 18 docker-compose-viz issues
Sort by recently updated
recently updated
newest added

Use case: https://docs.docker.com/compose/compose-file/compose-file-v3/#ports ``` ports: - published: 80 target: 8080 - published: 9101 target: 9101 ```

The option to display compose profiles could add some extra context for `docker-compose.yml` files, and help visually group services. [See the documentation for compose profiles.](https://docs.docker.com/compose/profiles/)

As @Xenira stated in #33 , the project has an issue if [compose extension fields](https://docs.docker.com/compose/compose-file/compose-file-v3/#extension-fields) are used. invalid example: ``` x-environment: &default-tz-puid-pgid TZ: $TZ PUID: $PUID PGID: $PGID services: service1:...

A really nice tool - I like it a lot. I'm not sure if it is hard to do but I could use if it would include multiple docker-compose files....

enhancement

I was trying to figure out why my viz was no longer working since my refactor towards Docker Compose v2. I started to revert some changes and found that adding...

bug

I tried docker-compose-viz ``` $ docker run --rm -it --name dcv -v $(pwd):/input pmsipilot/docker-compose-viz render -m image docker-compose.yml Warning: file_put_contents(/input/docker-compose.png): failed to open stream: Permission denied in /dcv/src/application.php on line...

Is there a way to blacklist, suppress or exclude services? In other words, the opposite of the "only" parameter?

enhancement

Does this work for Kubernetes? Kubernetes is more popular than docker compose.

It appears that this nice utility does not pre-process the docker-compose.yml file with its .env file, if a .env file is used to parameterize the compose file. The result is...

enhancement

I'm using ubuntu. The output to display option has no effect. My default image viewer is eog (gnome image viewer) $ uname -a Linux lrkwz-Precision-SSD-M4500 4.13.0-26-generic #29~16.04.2-Ubuntu SMP Tue Jan...

help wanted