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