Browse Source

win prefix to all windows based containers. make naming consistent

pull/298/head
Igor Sychev 7 years ago
parent
commit
c21c25b89f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      docker-compose-windows.yml

+ 4
- 4
docker-compose-windows.yml View File

@ -59,13 +59,13 @@ services:
- marketing.api
webstatus:
image: eshop/webstatus:${TAG:-latest}
image: eshop/webstatus-win:${TAG:-latest}
build:
context: ./src/Web/WebStatus
dockerfile: Dockerfile.nanowin
locations.api:
image: eshop/locations.api:${TAG:-latest}
image: eshop/locations.api-win:${TAG:-latest}
build:
context: ./src/Services/Location/Locations.API
dockerfile: Dockerfile.nanowin
@ -74,7 +74,7 @@ services:
- rabbitmq
marketing.api:
image: eshop/marketing.api:${TAG:-latest}
image: eshop/marketing.api-win:${TAG:-latest}
build:
context: ./src/Services/Marketing/Marketing.API
dockerfile: Dockerfile.nanowin
@ -116,7 +116,7 @@ services:
- rabbitmq
payment.api:
image: eshop/payment.api:${TAG:-latest}
image: eshop/payment.api-win:${TAG:-latest}
build:
context: ./src/Services/Payment/Payment.API
dockerfile: Dockerfile.nanowin


Loading…
Cancel
Save