trying some things on the docker-compose file.
This commit is contained in:
parent
ed61af1d09
commit
cc9f6f8e75
@ -6,3 +6,17 @@ services:
|
||||
build:
|
||||
context: .\Catalog.WebForms
|
||||
dockerfile: Dockerfile
|
||||
depends_on:
|
||||
- catalog.api
|
||||
|
||||
catalog.api:
|
||||
image: eshop/catalog.api
|
||||
build:
|
||||
context: ../../Services/Catalog/Catalog.API
|
||||
dockerfile: Dockerfile.nanowin
|
||||
depends_on:
|
||||
- sql.data
|
||||
|
||||
sql.data:
|
||||
image: microsoft/mssql-server-windows
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user