Skip to content

Instantly share code, notes, and snippets.

View monkeyDugi's full-sized avatar
🎯
Focusing

monkeyDugi

🎯
Focusing
View GitHub Profile
@monkeyDugi
monkeyDugi / msa-local-compose.yml
Last active January 7, 2025 04:05
msa local 환경 docker compose
# 의존 서비스 관계
## member-service: info-service, mysql-service
## info-service: mysql-service
version: "3.8"
services:
item-service:
build:
context: ./