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.

12 lines
220 B

  1. version: '2'
  2. services:
  3. eshopweb:
  4. image: eshop/web
  5. build:
  6. context: ./eShopWeb
  7. dockerfile: Dockerfile
  8. depends_on:
  9. - sql.data
  10. sql.data:
  11. image: microsoft/mssql-server-linux:2017-latest