Skip to content

Instantly share code, notes, and snippets.

@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