From c21c25b89fc49c928afeeeb1e97f0fe821e8a07e Mon Sep 17 00:00:00 2001 From: Igor Sychev Date: Mon, 28 Aug 2017 09:36:32 +0300 Subject: [PATCH] win prefix to all windows based containers. make naming consistent --- docker-compose-windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose-windows.yml b/docker-compose-windows.yml index 6296f5ca7..b4c007a22 100644 --- a/docker-compose-windows.yml +++ b/docker-compose-windows.yml @@ -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