You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to create a diagram for my Docker Compose setup: my Django project, Redis, Postgres, and Memcached are all in their own Docker containers.
I could create a cluster/group for each component, where each group would have 1 Docker Node and the component node, but this seems a little unintuitive. I'd like to be able to indicate that each of my components are running in a Docker container by showing a small Docker icon in the bottom-right corner of the component icon. It might be possible to do what I wnt by plying with attrs but this seems hacky.
The text was updated successfully, but these errors were encountered:
I'd like to create a diagram for my Docker Compose setup: my Django project, Redis, Postgres, and Memcached are all in their own Docker containers.
I could create a cluster/group for each component, where each group would have 1 Docker Node and the component node, but this seems a little unintuitive. I'd like to be able to indicate that each of my components are running in a Docker container by showing a small Docker icon in the bottom-right corner of the component icon. It might be possible to do what I wnt by plying with
attrs
but this seems hacky.The text was updated successfully, but these errors were encountered: