Browse Source

trying some things on the docker-compose file.

pull/73/head
Bill Wagner 8 years ago
parent
commit
cc9f6f8e75
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      src/Web/Catalog.WebForms/docker-compose.yml

+ 14
- 0
src/Web/Catalog.WebForms/docker-compose.yml View File

@ -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…
Cancel
Save