Files
3ybactuk-marketplace-go-ser…/docker-compose.yaml
Никита Шубин 5077f04b0c [hw-1] implement cart service
2025-05-25 15:49:17 +00:00

15 lines
265 B
YAML

version: "3.7"
services:
cart:
build: cart/
ports:
- "8080:8080"
depends_on:
- product-service
product-service:
image: gitlab-registry.ozon.dev/go/classroom-18/students/homework-draft/products:latest
ports:
- "8082:8082"