mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
15 lines
265 B
YAML
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"
|