You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
705 B

version: '2'
services:
basket.api:
build:
context: ./src/Services/Basket/Basket.API
dockerfile: Dockerfile
catalog.api:
build:
context: ./src/Services/Catalog/Catalog.API
dockerfile: Dockerfile
identity.api:
build:
context: ./src/Services/Identity/Identity.API
dockerfile: Dockerfile
ordering.api:
build:
context: ./src/Services/Ordering/Ordering.API
dockerfile: Dockerfile
webspa:
build:
context: ./src/Web/WebSPA
dockerfile: Dockerfile
webmvc:
build:
context: ./src/Web/WebMVC
dockerfile: Dockerfile
webstatus:
build:
context: ./src/Web/WebStatus
dockerfile: Dockerfile