Skip to content

Instantly share code, notes, and snippets.

node {
diameter: 50px;
color: #A5ABB6;
border-color: #9AA1AC;
border-width: 2px;
text-color-internal: #FFFFFF;
font-size: 10px;
}
relationship {
@sashokbg
sashokbg / gist:4671a6e2d145bce8eb85aeabf7a973bb
Created July 6, 2023 08:56
Docker Compose Config for Inter Container AND Host Communication
services:
api:
image: <image>
ports:
- 8080:8080
depends_on:
keycloak:
condition: service_healthy
networks:
- my-net