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"