mirror of
				https://github.com/3ybactuk/marketplace-go-service-project.git
				synced 2025-10-30 05:53:45 +03:00 
			
		
		
		
	[hw-1] implement cart service
This commit is contained in:
		
							
								
								
									
										14
									
								
								docker-compose.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								docker-compose.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| 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" | ||||
		Reference in New Issue
	
	Block a user
	 Никита Шубин
					Никита Шубин